• I need help in changing the background colour on ALL three columns.
    I found how I can change one section…

    #secondary .widget { background-color: #ccc; }

    I tried to find the right code for the Primary widget and the center main section, but not having any luck just yet.
    Help is appreciated.

    Also a code to REMOVE COMMENTS. Thanks, Karlopa

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there Karlopa,

    How are you doing today?

    This can be done with some custom CSS. Since the theme has it’s own custom CSS tab in Appearance >> Theme Options >> Custom CSS you can insert this code there:

    div#third-sidebar .widget, div#secondary .widget, .hentry {
    background: #ccc;
    }
    
    div#comments {
    display: none;
    }

    First part should add background to all three columns, and the second should remove the comments. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Karlopa

    (@karlopa)

    Thanks for this, the comments code works good, just couldn’t get the background color to work for the 3 columns, I’m trying a few scenario’s. I will update this if I am still stuck.

    Thread Starter Karlopa

    (@karlopa)

    OK I tried Several things. I can NOT get any code to work to change the white background colour on the three columns.
    I can get it to change on the wrap behind those columns.
    I can get it to change on the footers and header background.
    Another tip would be appreciated. Thanks.

    Hey again Karlopa,

    I’ve tested the code in my installation for the background color of the columns and it worked. This is the code i’m referring to:

    div#third-sidebar .widget, div#secondary .widget, .hentry {
    background: #ccc;
    }

    Where did you add the CSS? Can you please post link to your site so I can check it?

    Best regards,
    Bojan

    Thread Starter Karlopa

    (@karlopa)

    Awesome thanks Bojan.
    I RE-added your code, after I removed ALL CSS code that I had added previously and Yes I did it in the Theme Options CSS section.
    I think I had some code that was conflicting with yours.
    I re-introduced each of the code sections that I was using for other areas of the site and it works well.
    Thanks! I did not share a link just yet as I have a temp password on the ‘draft’ site.
    When I complete it I will add a link.
    So far this theme is EXCELLENT. Cheers, Karlopa

    Glad I could help ??

    Cheers,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘change background colour on all 3 columns’ is closed to new replies.