• Resolved Anonymous User 12851872

    (@anonymized-12851872)


    hello,

    in Theme Options and Styling, I do not see where to change the background color of the sidebars, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Check this thread to find out how to change sidebar colors (involves quite a bit of work).

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    hi,

    Thank you it’s good, easy to do when you have to change the codes.
    I find it unfortunate to have an image originally, I will love pourquoir change by Themes ainsis Options and choose a different color for each sidebar.
    Maybe for the next version of the theme.
    thank you

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    hi,

    Just a clarification, this is not the same lines as in the child theme,
    we need to change the child theme or add these lines in addition?

    /* Global */
    .mystyle {}
    
    /* Tablet - 800px, 768px & 720px */
    @media only screen and (min-width: 720px) and (max-width: 800px) {
        .mystyle {
    }
    
    /* Mobile - 480px & 320px */
    @media only screen and (max-width: 719px) {
        .mystyle {}
    }
    
    /* Mobile - 320px */
    @media only screen and (max-width: 479px) {
        .mystyle {
    }

    I had to off

    .col-3cm .main-inner {background:none;}
    .col-3cm .main {background:none;}

    otherwise remain gray sidebars
    even before they try to

    /* Tablet - 800px, 768px & 720px */
    @media only screen and (min-width: 720px) and (max-width: 800px) {
    .s2-expand .s2 { background:none; background-color: #FFF; }
    }
    
    /* Mobile - 480px & 320px */
    @media only screen and (max-width: 719px) {
    .s1-expand .s1 { background:none; background-color: #FFF; }
    }
    
    /* Mobile - 320px */
    @media only screen and (max-width: 479px) {
    .sidebar { background:none; background-color: #FFF; }
    }

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘background sidebars’ is closed to new replies.