How do I inaktivate these options? (appearance-> widgets->theme options)

Discussion in 'BizWay WordPress Theme' started by tidus09, Nov 7, 2013.

Thread Status:
Not open for further replies.
  1. tidus09

    tidus09 Guest

    Joined:
    Oct 5, 2013
    Messages:
    4
    Likes Received:
    0
    Hi!
    I want first of all to inaktivate these 4 things on my page, but i dont know how to do that?
    1. Social links
    2. Email
    3. Call now
    And nr 4 I dont want to have 4 widgets but 3 is enough, in other words, take away 1 widget.
    I have tried everything but dont know how to fix this.
    I need some urgent step by step guide.
    thanks alot!

    inaktivate nr2.jpg

    inaktivate.jpg
     
  2. Gourav

    Gourav Support Staff

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

    1. For your first issue

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

    Code:
    .footer-top {
    display: none;
    }
    2.For your second issue

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

    2013-11-07_1348.png
     
  3. tidus09

    tidus09 Guest

    Joined:
    Oct 5, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks alot!! Everything works now.
     
Thread Status:
Not open for further replies.

Share This Page