Site logo

Archived topic

background colour for titles in content side bar e.t.c

18 replies · Started by namdy on October 7, 2014

Viewing posts 16–19 of 19

Hi,

Is it possible to change background colour for widget titles ONLY in right slidebar area?

Thanks.

For sure, to expand on the example earlier in this thread:

.inside-right-sidebar .widget-title {
    background: blue;
    color: white;
    margin: -40px -40px 20px;
    padding: 40px;
}

It works perfect. Thank you Tom. :)

You're welcome :)

This archived topic is closed to new replies.