Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33215
    John F Carluccio
    Guest

    I’d link to remove some background color bars from my pages, these colors do not appear on the “edit post” pages, but appear on the published page(s). The color bar are at the top and bottom. Can you help?

    #33246
    Jesse Owens
    Keymaster

    Hi John-

    If I understand you correctly, you’re talking about the blue bar that shows up just below your site header, and the blue bar that shows up at the very bottom of your site. If that’s right, you can get rid of these completely with a little bit of Custom CSS.

    Navigate to Customize > Advanced > Custom JS & CSS and paste these lines into your Custom Theme CSS:

    .entry-content {
        padding: 0px;
    }
    .site-footer {
        max-height: 0px;
    }
    div[class*="footer-"] {
        min-height: 0px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove extra Header and Footer Spaces’ is closed to new replies.