Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1103553
    George Y
    Participant

    Renew Stack
    Page in Question:
    http://www.standardanomaly.net/gcy/2016/07/26/surveying-and-mapping-a-south-florida-icon/
    I’ve used this code to produce the logobar effect you see in the linked page

    .x-logobar {
      background-color: transparent;
    }
    
    .site{
      background-color: transparent;
    }

    However, as you can see, my posts pages also have transparent backgrounds, and

    .entry-wrap {
      background-color: #fff;
    }

    only affects the inner wrapper, while leaving the margins still transparent. How can I make the remainder of the background white without making the logobar’s background white again?

    Thank you in advance!

    #1103561
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .single-post .x-container.max.width.offset {
        background-color: #fff;
        width: 100%;
        padding: 7%;
        margin: 0;
    }

    Hope it helps 🙂

    #1103649
    George Y
    Participant

    Thank you very much. I knew it would be simple.

    #1103722
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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