Tagged: black, blank page, delete, erase, white
Hi,
I would like to have a blank page with no black bars on the top and bottom. Just white. How can I erase it?
Link attached below.
Thanks a lot.
Hey Samuel,
Try this code in the General Styling > Quick CSS field:
.html_stretched #wrap_all {background-color: #f8f8f8!important; }
Best regards,
Mike
Thank you! That definitely works!
Even though it seems like it still remains the separation line between the top line and the center and the bottom one and the center.
Is any way to get rid of it?
Thanks in advance :)
Hi,
Try adding this css code:
.page-id-2 #av_section_1 {
border: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko
Thank you! :)