Decrease font size on main menu elements

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 10, 2013 11:20 am
Reply with quote
Report this post
How can i decrease font size on main menu elements? (http://www.exclusivetransfer.gr/)

I am trying to locate the css but when i use the "inspect element" option of firefox it point to a cached file li this *.css.php

Thanks
User avatar
Junior Boarder

GK User
Tue Sep 10, 2013 12:57 pm
Reply with quote
Report this post
use below css in override.css so in future when you update your template you only backup override.css.

Code: Select all
.gkMenu > ul > li > a { font-size: 12px; }

Also enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Tue Sep 10, 2013 12:57 pm
Reply with quote
Report this post
Please edit: /templates/gk_publisher/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a  {font-size: 14px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Sep 12, 2013 8:19 am
Reply with quote
Report this post
Overide is elabled, i cleared cache (backend and browser's cache) but nothing changed.

Please advice

http://www.exclusivetransfer.gr
User avatar
Junior Boarder

GK User
Fri Sep 13, 2013 4:02 am
Reply with quote
Report this post
I can see it is changed from size 16px to size 14px.
User avatar
Platinum Boarder

GK User
Sat Sep 14, 2013 8:21 am
Reply with quote
Report this post
I can also confirm - font size has changed.
User avatar
Moderator


cron