Change Color of Breadcrumbs

GK User
Fri Aug 03, 2012 4:44 pm
I would like to change background color of breadcrumbs to white with black text. Music City Template
User avatar
Expert Boarder

GK User
Fri Aug 03, 2012 10:51 pm
Please use this code :

Code: Select all
#gkBreadcrumb {background: #fff !important; color: #000 !important}
User avatar
Platinum Boarder

GK User
Sat Aug 04, 2012 3:59 pm
Thanks worked great, how to change the hover color, now that the background is white I need to change the hover to a color other than white.

Thanks

bkrztuk wrote:Please use this code :

Code: Select all
#gkBreadcrumb {background: #fff !important; color: #000 !important}
User avatar
Expert Boarder

GK User
Sat Aug 04, 2012 8:10 pm
Code: Select all
#gkBreadcrumb a:hover {color: #111 !important}


of course #111 color value you can change to your own value.
User avatar
Platinum Boarder

GK User
Sun Aug 05, 2012 12:53 am
Thanks bkrztuk, works great.
bkrztuk wrote:
Code: Select all
#gkBreadcrumb a:hover {color: #111 !important}


of course #111 color value you can change to your own value.
User avatar
Expert Boarder


cron