footer widgets

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Feb 26, 2014.

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

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    how do I remove all the widget from the footer area so nothing shows.

    Many thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer-wrapper .footer {
    display: none;
    }
     
    This will solve your issue.
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thank you so much Piyush!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page