Change background color and text of titles in gk_style Quay

Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
GK User
Thu Feb 03, 2011 9:33 pm
I am using Jomsocial with the Quay and gk_style template. The About Me profile box is a dark gray and I want to change it to white. Also, the title text in this box is white and I want to change it to dark gray. where do I go to change this. I'm assuming it's in the style.css of gk_style...i just don't know where to find it or what I'm looking for.
User avatar
Senior Boarder

GK User
Thu Feb 03, 2011 11:26 pm
Hi

Try adding this lines on override.css file (don't forget to enable it on template parameters):

Code: Select all
.moduletable_ver3.lite dt {color: #333!important;text-shadow: none!important;font-weight: normal!important;
border-color: #aaa!important}
.moduletable_ver3.lite dd {border: none!important}
.moduletable_ver3.lite h4 {color: #333!important;background-color: #f1f1f1!important;}
.moduletable_ver3.lite dd,
.moduletable_ver3.lite dt,
.moduletable_ver3.lite h4 {padding: 3px 5px!important}


Then add module suffix as "_ver3[space]lite"

Cheers ;)
User avatar
Platinum Boarder


cron