Shape 5

Joomla Free Templates => Forte - Free => : cspeedl July 19, 2018, 12:03:18 PM



: Mobile Menu Nav Bar Font Size
: cspeedl July 19, 2018, 12:03:18 PM
Hiya, I'm trying to figure out how to resize the font for the active on the nav bar for mobile devices.

Specifically this

(https://i.imgur.com/EbnM9WZ.png)

Any help would be appreciated!


: Re: Mobile Menu Nav Bar Font Size
: mikek July 20, 2018, 07:47:32 AM
Hello,

You can add the following to custom.css, but I would highly suggest not doing this. The text won't fit when you're on longer page titles and smaller devices.

#s5_responsive_mobile_bar_active {
font-size:1.1em !important;
}