Change color text bredcrumbs

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 Oct 22, 2013 3:44 pm
Reply with quote
Report this post
Hi,

I would like change color text .
Thanks
User avatar
Gold Boarder

GK User
Tue Oct 22, 2013 4:57 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Oct 22, 2013 5:01 pm
Reply with quote
Report this post
User avatar
Gold Boarder

GK User
Tue Oct 22, 2013 6:04 pm
Reply with quote
Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
#gkBreadcrumb a {color: #f00;}
#gkBreadcrumb a:hover {color: #0f0;}
#gkBreadcrumb li.pathway {color: #00f;}


first changes color of link element, second its hover, third color of last (current) element.

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

GK User
Tue Oct 22, 2013 6:22 pm
Reply with quote
Report this post
Perfect, thanks.
User avatar
Gold Boarder

GK User
Tue Oct 22, 2013 6:27 pm
Reply with quote
Report this post
No problem.
User avatar
Moderator


cron