Remove Homepage heading

Discussion in 'BizWay WordPress Theme' started by tlaessig, Nov 20, 2012.

  1. tlaessig

    tlaessig New Member

    Joined:
    Nov 19, 2012
    Messages:
    14
    Likes Received:
    0
    How can I remove the first and second headings in the Homepage heading? I want the slider to be directly beneath the menu bar.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slider-wrapper-container h1 {
    display:none;
    }
    .slider-wrapper-container h2 {
    display:none;
    }
     

Share This Page