Tagged: x
-
AuthorPosts
-
July 23, 2016 at 2:16 am #1099655
Niru2025ParticipantHello
I want to make my site’s post, pages and entire background with the same color without any wthite gaps between layout and post.
1st I changed layout background, but it only changes layout not blog post’s background. Than I read this support post and inserted custom CSS in CUSTOMIZER with the same color of my layout. But It make a white gap between layout background and blog posts background. I don’t want to that white gap.
I explained in screenshot1- The first screenshot will tell you what type of background I need. ( I took example of websitesetup.org or wpsitecare.com post background is also good enough)
2- The second Screenshot is my own website. I that screenshot I explained with arrows. I you see the screenshot you will understand clearly what I mean.
Please help me.
Thank youJuly 23, 2016 at 2:26 am #1099666
Rue NelModeratorHello There,
Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .entry-wrap { background-color: transparent; box-shadow: none; } @media(min-width: 980px){ .site .entry-wrap { padding-left: 0; padding-right: 0; } }http://prntscr.com/bwfss5
http://prntscr.com/bwfsv9And after adding the custom css, since you are SiteGround and WP Fastest Cache, always remember to clear all caches (site cache/plugin cache) when updating or after making any changes so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1099655 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
