Tagged: x
-
AuthorPosts
-
July 26, 2016 at 9:41 am #1103553
George YParticipantRenew 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!
July 26, 2016 at 9:47 am #1103561
ThaiModeratorHi 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 🙂
July 26, 2016 at 10:35 am #1103649
George YParticipantThank you very much. I knew it would be simple.
July 26, 2016 at 10:55 am #1103722
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1103553 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
