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

Home Forums Support [Resolved] background colour for titles in content side bar e.t.c

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

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #202472
    Nikola

    Hi,

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

    Thanks.

    #202498
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #202651
    Nikola

    It works perfect. Thank you Tom. ๐Ÿ™‚

    #202658
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.