• Resolved blacklavaa

    (@blacklavaa)


    Hi there, I am using the travel lite theme and I am struggling to remove the 2 mail buttons that appear next to the search bar in the header. I am also struggling to remove the white and grey bar that appears above the footer, this is my website villa-bali.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi blacklavaa,
    Add this code in your style.css to remove the 2 mail buttons that appear next to the search bar in the header.

    #top-menu-container #social {
        display: none;
    }

    and add this code to remove grey and white area above footer

    .home.page #commentsbox {
        display: none;
    }

    Thread Starter blacklavaa

    (@blacklavaa)

    thank you very much, worked perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘travel-lite theme: remove mail buttons and footer space’ is closed to new replies.