Adjusting icon and text size

Hi, is there a way to make the social icons larger? Same for the text in the primary menu.

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/* social media icon size*/
#social-menu li a:before {
    font-size: 23px;
}

Best Regards,
Support

Thank you, that helps with the size of the social media icons. Is there a similar fix for the size of the text in the primary menu?

Hi again. Still hoping to find a solution to making the text in the primary menu larger. Thank you.

Hello there,

Please try using the following CSS code to change the font size in the menu:


/*Font size in menu*/
#primary-menu > li > a {
    font-size: 18px;
}

Best Regards,
Support

Hi. That didn’t work. Also I tried going into the editor to make simple changes myself and nothing changes.

Hi,

This worked for me, make sure you are placing it at the following place;

Admin Area -> Appearance -> Customize -> Additional CSS

Regards

Thank you, I figured it out. I had an unnecessary space.

Hello there,

I am glad that you found a solution that worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support