https://gpc.com.es/index.php
I have solved the menu-item bug. Please I need a css code to decrease the font of the main menu. Overflows to the second line
Hi
If you want to change the font size, you can override with this custom css:
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator { font-size: 14px !important; }
and change the value which suits your needs.
Regards
How exactly should this code be inserted? To some file? To which and where is it?
reznickova1 You can put the custom css code to one of these 2 files:
Root/templates/ja_teline_v/css/custom.css Root/templates/ja_teline_v/local/css/custom.css
Just create file if it doesn't exist.
Solved! Please close the thread.