STORE BOX . how to enlarge navigation font size?

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
Wed Apr 02, 2014 4:09 am
Reply with quote
Report this post
Joomla template: STORE BOX

How to enlarge menu navigation(main menu & sub menu) font size??
Please help.
User avatar
Fresh Boarder

GK User
Wed Apr 02, 2014 7:06 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Apr 02, 2014 10:23 am
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Wed Apr 02, 2014 3:23 pm
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkTopMenu li a {font-size: 16px;}
.gkMenu > ul > li {
font-size: 14px;
}

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

GK User
Thu Apr 03, 2014 10:28 pm
Reply with quote
Report this post
Thank you very much~!!
User avatar
Fresh Boarder

GK User
Thu Apr 03, 2014 10:54 pm
Reply with quote
Report this post
What about Sub menu(from main menu)?
User avatar
Fresh Boarder

GK User
Fri Apr 04, 2014 7:19 am
Reply with quote
Report this post
Code: Select all
.gkMenu > ul li div.childcontent header a {
color: #fff;
font-size: 14px;
}
User avatar
Moderator


cron