[Resolved] Blog and post color change

Home Forums Support [Resolved] Blog and post color change

Home Forums Support Blog and post color change

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1376423
    renan

    Hi

    I am almost finished with the website. The only section left is the News section (blog). I like the theme but it is too dark for the blog section. I`ve been staging and testing different things, but now seems that it doesn’t matter wich css I add it doesn’t work.

    I would like to invert the colours and instead of white use f2f2f2.
    thanks a lot for your help

    http://www.rope1.com.au

    #1376719
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .blog,
    .archive {
        background-color: #f2f2f2 !important;
    }
    
    h2.entry-title a,
    .blog .entry-meta a,
    .archive .entry-meta a,
    .blog .entry-meta,
    .archive .entry-meta,
    .entry-summary,
    .main-navigation .main-nav ul li a {
        color: #000 !important;
    }
    #1377283
    renan

    hi david,

    I’ve tried the simple css in the general customizer and the metabox in the edit page, one at the time.
    It didn’t work.
    I left the css in the metabox.

    #1377300
    renan

    Hi david

    when I actually add your code in the middle of the simple css in the customizer, between other codes. It works.
    What happened now is the font in the off canvas panel became dark as well, the panel was already dark.
    is there a way to make that font white again without changing the rest of the stuff in the blog section?

    thanks for your help

    #1377339
    renan

    Also, the post still black. I would like to apply the same f2f2f2 and black font to the post.

    #1377345
    renan

    I could solve the canvas colour

    #1377434
    Leo
    Staff
    Customer Support

    Sorry what is the issue now?

    Can you please keep it one question per topic and mark it resolved is the original topic is already resolved?

    Thanks ๐Ÿ™‚

    #1378819
    renan

    Hi leo. sorry, it is all solved now.
    thanks for the help of you guys

    #1379424
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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