How can i change bottom line and titles color?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Feb 09, 2013 11:02 pm
How can i change bottom line and titles color?


10-02-2013 00-01-41.jpg
User avatar
Senior Boarder

Konrad M
Sun Feb 10, 2013 12:25 pm
Hi,
to change border please add to override.css
Code: Select all
#gkPageWrap {
border-bottom: 4px solid #333;
}

and to change titles please add:
Code: Select all
#gkBottom2 .box > div > h3.header {
color: #444;
}

and set own color values to both. Remember to add override.css option in template settings.
User avatar


cron