I need to change the font size for the top menu in TWN II. I believe that I did this before my modifying one of the css files in the template folder. However, I do seem to have that documented.
I'd appreciate any help with this.
thanks
#gkTopMenu1 .menu li a { font-size: 15px; }
normanUK wrote:Please use override.css file for css changes as it is easier to backup and update / keep track. Make sure it is also enabled in template settings.
Please use following code to increase / decrease font size for top menu.
- Code: Select all
#gkTopMenu1 .menu li a { font-size: 15px; }
See you around...
normanUK wrote:Don't remove "#" , if it still does not work for you please post a link to your website so we can take a look.
See you around...
#gkMainMenu > div > ul > li > a { font-size: 18px;}