Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #784184

    Hi, I have used the blank page template to create a page, but there is still a header and footer “space” showing – in black.
    Is there a way to remove this via CSS?
    Here is the link:

    http://www.gaysitgesguide.com/flight-search-mobile/

    • This topic was modified 7 years, 7 months ago by roamingk.
    #784215

    Hey roamingk,

    try adding the following to quick css:

    #top.avia-blank #main .container_wrap:first-child {
    border-top-width: 0px;
    }
    #top.avia-blank #main .container_wrap:last-child {
    border-bottom-width: 0px;
    }
    .main_color, .main_color .site-background {
    background-color:#FFF !important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.