Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59819
    Ruthy
    Participant

    Hi, my footer and header are white, and I’d like them to be transparent. This is the site I’m working on:
    http://test.terrapinit.com/blog/?page_id=572

    I’d like the page to open straight into the Parallax header, with no white background at the footer.
    Any help?

    #59862
    Sakin
    Keymaster

    @Ruthy: That is form your page setting and background image and I don’t have any control on it. But you can try to remove white space by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .page-id-572 #content .wrapper,
    .page-id-572 #content .hentry {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-id-572 #content .hentry,
    .page-id-572 #content .hentry .vc_custom_1434726924507 {
        margin-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Making Footer and Header Transparent’ is closed to new replies.