[Resolved] Different background color in blog section?

Home Forums Support [Resolved] Different background color in blog section?

Home Forums Support Different background color in blog section?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #864615
    Marcos

    I like the theme I am using, but I realise that it’s not ideal for the blog section (black background). Is it possible to change the colour settings for the blog section?

    TIA

    #864883
    David
    Staff
    Customer Support

    Hi there,

    so we need to change the background and text colors. Do you want to apply this to the single post as well? I assume the Header and Footer will stay the same colors? Let me know.

    #865397
    Marcos

    Thanks for your answer. Yes I suppose the best thing for consistency would be to leave the heading and footer the same way. Not sure exactly what you mean by “Do you want to apply this to the single post as well?”

    I’m thinking these changes for the whole blog section.

    #865472
    David
    Staff
    Customer Support

    The single post = your Posts ๐Ÿ™‚

    Try this CSS:

    body.archive, 
    body.archive #page, 
    .archive .sidebar .widget,
    .single-post,
    .single-post #page,
    .single-post .sidebar .widget {
        background-color: #fff;
        color: #000;
    }
    .archive .sidebar .widget h2,
    .single-post .sidebar .widget h2 {
        color: #000;
    }
    .archive .site-header,
    .single-post .site-header {
        background-color: #000;
    }
    #865517
    Marcos

    Purrrfact thanks ๐Ÿ™‚

    #865527
    David
    Staff
    Customer Support

    You’re welcome

    #1376379
    renan

    Hi david. I been trying to solve the same problem. But the css is not working.
    can you help me please?
    Im gonna creat a new post. thanks

    #1376940
    David
    Staff
    Customer Support

    Hi there,

    i replied to your topic.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.