how to disable 1st heading & 2nd heading??

Discussion in 'BizWay WordPress Theme' started by mybizle, Feb 15, 2013.

  1. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    hi

    how to disable first heading and second heading text from home page ???

    Thanks :)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-wrapper h1{
    display:none;
    }
    .slider-wrapper-container h2{
    display:none;
    }
     

Share This Page