How to Change News Show Pro GK4 Title and background Colour

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Dec 18, 2012 12:13 pm
I use News Show Pro GK4 ver. 3.1.2. module on joomla 2.5 template. I want to change the colour of the title as well as the module background colour.

See attached image for what am referring to.

Please help urgent.

Thanks in advance.
User avatar
Junior Boarder

Konrad M
Tue Dec 18, 2012 2:16 pm
Hi,
please add suffix to this module, for example ' mysuffix' (remember about white space before suffix name). Then please add to override.css
Code: Select all
.mysuffix {
background:#000000 !important;
}
.mysuffix h3.header > span {
color:#000000 !important;
}

and set your own color values to module background and title color. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Dec 18, 2012 3:42 pm
Thats solves it, many thanks
User avatar
Junior Boarder


cron