Change sidebar color

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Jul 04, 2014 5:23 pm
Hello,
How can I change the sidebar color in the Meet Gavern template?
Thanks!

Dani
User avatar
Junior Boarder

teitbite
Sat Jul 05, 2014 12:23 pm
Hi

Please add this to override.css file:

Code: Select all
#sidebar {
    background-color: #dddddd;
}
User avatar
Moderator

GK User
Mon Jul 07, 2014 12:11 pm
Thanks, I'll give it a try asap.
User avatar
Junior Boarder

GK User
Mon Jul 07, 2014 2:01 pm
Thanks, it works great. Just a question. How can I add more spacing so the text isn't so close to the border (see www.innocom.cat, specially on the 1st search field).
Thanks again!

Dani
User avatar
Junior Boarder

teitbite
Tue Jul 08, 2014 9:03 am
Hi

Try add this code:

Code: Select all
#sidebar .box {
    margin-bottom: 15px;
    padding: 15px;
}
User avatar
Moderator


cron