CSS Color change for menu and slideshow text

GK User
Wed Jul 09, 2014 12:42 pm
HI,

I've had a go myself but I cant get it right.
Could you tell me how to get the main menu text color that is currently white when inactive to be another color?
And also the text on the imageshowGK4 title and description an the front page which is white to another color.
Here is the link: http://91.198.165.130/~gloria/westmidscelebrant.co.uk/

Thank you.
Darren.
User avatar
Fresh Boarder

GK User
Wed Jul 09, 2014 1:26 pm
1.
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a {
color: #fff;
}


Just change #fff to your desired colour.

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

GK User
Wed Jul 09, 2014 1:27 pm
2. Add this code at the end of override.css:
Code: Select all
.gkIsWrapper-gk_university figcaption p, .gkIsWrapper-gk_university figcaption a {
color: #fff;
}

and again - replace #fff with your colour.
User avatar
Moderator

GK User
Thu Jul 10, 2014 10:34 am
Thank you ! that did it. :D
User avatar
Fresh Boarder

GK User
Fri Jul 11, 2014 4:25 pm
Is there anything else I can help you with on this topic?
User avatar
Moderator


cron