badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

remove border and footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13338
    Phuong
    Participant

    hi, i would like to remove the gray border around the page and also hide the footer.

    this is my webpage.

    http://fouslecamp.com/

    thanks!

    #13355

    Hi Phuong,
    I tried to open you site but there is password protection. So please send your temporary username and password with this forum link and site url at [email protected]
    We will look over it.

    Thank you!

    #13392

    Hi Phuong,

    If you are trying to remove the gray border and footer that are currently now in your home page then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #colophon {
        display: none;
    }

    Thank you!

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