Change User1-User12 Title Color

GK User
Thu Feb 09, 2012 9:42 am
Hi is there a way to change these titles color?

sendit.JPG


I want them all to be colored RED...

Thank you for your support...
User avatar
Senior Boarder

GK User
Thu Feb 09, 2012 11:14 am
Please add following code in "templates/gk_templatename/css/override.css" and enable CSS Override option in template settings > Advanced Options > CSS Override "On".

Code: Select all
#gkWrap2 .box.color1 > h3,
#gkWrap2 .box_menu.color1 > h3,
#gkWrap2 .box_text.color1 > h3,
#gkWrap2 .box.color2 > h3,
#gkWrap2 .box_menu.color2 > h3,
#gkWrap2 .box_text.color2 > h3,
#gkWrap2 .box.color3 > h3,
#gkWrap2 .box_menu.color3 > h3,
#gkWrap2 .box_text.color3 > h3,
#gkWrap2 .box.color4 > h3,
#gkWrap2 .box_menu.color4 > h3,
#gkWrap2 .box_text.color4 > h3 { background: #e73f23; }


See you around...
User avatar
Platinum Boarder


cron