Removing Header & Subheader

Discussion in 'BizWay WordPress Theme' started by landitollig, Jan 29, 2014.

  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good day,

    I bought the BizWay theme. I would like to remove the Header and Subheader (circled in the attached image). Is that possible? How do I go about doing that?

    Thank you!
    Kind Regards
    Landi
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .slider-wrapper-container h1, .slider-wrapper-container h2{
    display:none;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page