Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1263695
    crucialtim
    Participant

    Hello,
    I just switched a site I’m working on to Renew, and can’t figure out how to remove the brown background color on the blog title. I found the selector, but not sure what I’m missing and why it’s not working.

    #1263697
    crucialtim
    Participant
    This reply has been marked as private.
    #1263701
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .single-post .x-header-landmark {
        background-color: transparent;
    }

    Hope it helps πŸ™‚

    #1263704
    crucialtim
    Participant

    that worked, thanks so much!

    #1264007
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

    #1264377
    crucialtim
    Participant

    Hi again,
    I just noticed that this works on blog detail pages, like this: http://www.yogawithcr.com/gluten-free-blueberry-donuts-baked/

    but NOT on the main blog page: http://www.yogawithcr.com/blog/

    #1264395
    Thai
    Moderator

    Please try with this CSS instead:

    .x-header-landmark {
        background-color: transparent;
    }

    Hope it helps πŸ™‚

    #1264405
    crucialtim
    Participant

    No luck…

    #1264409
    Thai
    Moderator

    Hi There,

    Please provide us with the admin account so we can take a closer look.

    Thanks.

    #1264424
    crucialtim
    Participant

    it was a couple posts above, the forum won’t let me post a duplicate reply: https://community.theme.co/forums/topic/renew-blog-title-background-color/#post-1263697

    #1264632
    Rad
    Moderator

    Hi there,

    It’s because you have multiple instances of custom CSS that alters landmark background color. Please try this

    .single-post .x-header-landmark, .blog .x-header-landmark {
        background-color: transparent !important;
    }

    Hope this helps.

    #1264758
    crucialtim
    Participant

    that did it, thanks very much!

    #1264898
    Paul R
    Moderator

    You’re welcome! πŸ™‚

  • <script> jQuery(function($){ $("#no-reply-1263695 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>