Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338704
    Flightwave
    Participant

    Hi:

    [site url, passwords, etc to follow in next post]

    What I want to achieve – a splash page for now:
    – All black page
    – Company logo in white
    – email signup box in white
    – social media icons in white
    – copyright line in bottom in white

    THATS IT.

    What I’ve done
    – I selected a blank page with a footer but no heaader
    – I’ve set the site background to black.
    – using cornerstone, i put in the logo

    PROBLEMS:
    – How can I get rid of the white on the page – the frame around the logo container and the white lines at the bottom?

    #1338710
    Flightwave
    Participant
    This reply has been marked as private.
    #1338738
    Flightwave
    Participant

    Also – how can I get rid of the white around the email signup form?

    #1338759
    Flightwave
    Participant

    i figured out some of these issues.
    What remains is the white line that divides the page from the footer. How can I get rid of that? Is there a setting somewhere to do this?

    thanks,
    C

    #1338866
    Jade
    Moderator

    Hi C,

    Please add this code in the customizer

    
    .x-colophon.top, .x-colophon.bottom {
        border-top: 0;
        box-shadow: none;
    }

    Hope this helps.

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