Home › Forums › Jevelin Theme › Change font size of contact details as well as menu headings
Home › Forums › Jevelin Theme › Change font size of contact details as well as menu headings
Hi,
What Quick CSS can I use to change the font size of both the contact details info in the top bar, as well as the size of the font for menu item headings in the header.
I’ve tried modifying the elements in the stylesheet directly but changes aren’t taking effect.
If I’ve missed an obvious place where I can edit this within the theme; I apologize, but I cannot seem to find it.
Thanks
Solution for this topic
Hi @LeaV,
I hope you are well today and thank you for your question.
You can change menu font size from theme option as shown in the attached screenshot.
To change top bar contact details font size could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
As said above to change top bar contact details font size could you please share me your site URL where itโs displaying so that i can help you to achieve it?
Sure, link in private area.
Solution for this topic
You can change their size by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container span.header-contacts-details { font-size: 15px; } .primary-desktop .header-social-media a { font-size: 16px; }
Please change font size in the above code to whatever you want to.
Thanks
You are most welcome here ๐