cloudhost change main menu colour

Sep '13 Joomla Template
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
Sat Jan 18, 2014 10:37 am
Reply with quote
Report this post
I'm trying to change the main menu colour for the following installation of cloudhost. I assume that this is a css override but I can't find the code. Could you help please?

http://www.missionfinal.missionenglish. ... -fas-y-fcs

Thanks in advance
User avatar
Fresh Boarder

GK User
Sat Jan 18, 2014 8:41 pm
Reply with quote
Report this post
Hi,
you want to change what element exacly:
1) font color on all pages in menu ?
2) font color only on home page for menu?
3) font color and background color for menu ?

or maybe use my code, which can help you much more than simple font color change:
Code: Select all
.imageBg #gkHeader > div:first-child {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

How to use custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sat Jan 18, 2014 8:50 pm
Reply with quote
Report this post
I like this template very much :)
so I prepared for you another small fix -- this time for logo margins:
Code: Select all
#gkLogo {  margin: 14px 30px 0 0; }
User avatar
Platinum Boarder

GK User
Mon Jan 20, 2014 8:53 pm
Reply with quote
Report this post
Thanks very much. I'll try this tomorrow and let you know I got on.
Simon :D
User avatar
Fresh Boarder

GK User
Tue Jan 21, 2014 9:17 am
Reply with quote
Report this post
Great solution. Thank you very much.
User avatar
Fresh Boarder


cron