Home Forums Total How to remove the gray bar ex: "home/about" section from all the pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3682
    rudyabac
    Participant

    i’m new to WordPress and this theme. How do i remove the gray section on all the pages. the gray area/section contains example “Home/about”. i would like to remove this and customize the pages. Thank you

    #3683
    rudyabac
    Participant

    its the section below the top main menu

    #3690
    Hash
    Keymaster

    Go to Appearance -> Additional CSS tab and add the below CSS code at the bottom of it

    .ht-main-header{
    display: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.