Remove border on page

Home Support Winsome Pro Remove border on page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7134
    sodsada
    Participant

    Dear Support,
    here is the link of my website

    Reservation

    there is white color on page content and i want to remove it or hide but i can’t where i can remove it.

    so i need you help on this.

    Sodsada.

    #7135
    ProDesigns
    Keymaster

    Hi @sodsada,

    Please go to Appearance >> Customize >> Additional CSS and paste following CSS to remove the white border of the page.

    .page-template-full-width-page #primary article {
        padding: 20px 0;
        border: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.