Remove Footer widgets and page

Discussion in 'BizWay WordPress Theme' started by dinobravo10, Jan 5, 2014.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    I only need one footer widget how do i remove the other three. And how do i remove the 1st and 2nd Headings on the homepage...Thanks
     
  2. Gourav

    Gourav Support Staff

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

    1. Go to sidebar-footer.php present in your theme directory and follow the instruction as shown in image given below

    2014-01-06_1332.png


    2.

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

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

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page