Home › Forums › Gillion Theme › Navigation font not Open Sans anymore
Home › Forums › Gillion Theme › Navigation font not Open Sans anymore
Hi
Just established the wordpress site and theme. All was working fint, but when working on publishing pages, I noticed the navigation font changing to serif fonts. When inspecting this in chrome, it looks like open sans is selected (active) but for some reason a serif font is showing.
Hi @cato,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
I visited your shared site and found it is not working because of the following custom CSS code that you are using on your site so please remove it.
a.fa { font: normal normal normal 14px/1 FontAwesome !important; }
Solution for this topic
You can make it work 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
#header-mobile li.menu-item > a.fa:before { font-family: 'FontAwesome'; padding-right: 8px; }
Great! Thanks.
You are always welcome here š