A different background for each sidebar

  • Anonymous

    #3386

    Hi,

    I modified in graphene options> display> color options the background of the left sidebar of my homepage to # e3e3e3 (grey)

    Everything is OK.

    But I want this background at #ffffff on the other pages (example)

    How can I do this?

    Thank you for your great theme.

    Anonymous

    #24611

    Do the reverse. i.e Select #FFFFFF in Graphene sidebar colour options and change it’s colour on homepage by adding something like this to custom CSS,

    .home .sidebar div.sidebar-wrap {
    background: #e3e3e3;
    }

    Anonymous

    #24612

    Thank you so much.

    But I’m pretty angry against me because it was not so difficult!

    I was thinking the wrong way!

    Thank you again for your help

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.