Home › Forums › Gillion Theme › Edit Menu Font
Home › Forums › Gillion Theme › Edit Menu Font
How do I adjust the menu font style? I want the text changed from from bold to regular. Thx
Hi @sfe,
I hope you are well today and thank you for your question.
You can achieve it 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
.sh-nav li.menu-item a { font-weight: 400; }
Best regards,
Shufflehound team
It didn’t work.
It is working fine on my test site.
Could you please share me your site URL where you are using it so that i can troubleshoot it?
modernfamilyhealth.com
The top menu bar with the menu items “About,” “Subscribe” and “Contact.”
These are the items I wish to change.
Solution for this topic
That is top menu which you can change using below custom CSS code.
.sh-header-top .sh-nav li.menu-item a { font-weight: 400; }
I can see you are using WPSOL CACHE on your site so please make sure to clear it after using above shared CSS code.
That did the trick. Thx
You are most welcome here 🙂