Remove footer bar?

Discussion in 'BizWay WordPress Theme' started by stomputron, Feb 11, 2013.

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

    stomputron New Member

    Joined:
    May 10, 2012
    Messages:
    11
    Likes Received:
    0
    I would like to keep the 4 footer widget sections but remove the footer bar (i.e the bar that displays the social links, "email...", and "call now..."

    thx
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer-top {
    display: none;
    }
    This will solve your issue.
     
  3. stomputron

    stomputron New Member

    Joined:
    May 10, 2012
    Messages:
    11
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page