Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099655
    Niru2025
    Participant

    Hello
    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 screenshot

    1- 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 you

    #1099666
    Rue Nel
    Moderator

    Hello 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/bwfsv9

    And 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.

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