Home page settings-column heading and descriptions

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Nov 1, 2013.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    How do I remove these from the slider images?

    Many thanks
     
  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:
    .main-content h1{
    display:none;
    }
    .main-content p{
    display:none;
    }
     

Share This Page