Gray sidebar bottom of the front page

Discussion in 'Traffica WordPress Theme' started by medbrasil, Mar 1, 2015.

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

    medbrasil New Member

    Joined:
    Mar 1, 2015
    Messages:
    16
    Likes Received:
    0
    could you please advise how to remove the bottom section of the front page ? Gray footer with search box, about us, sercices etc...none of the tips on the forum worked for me.

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello medbrasil!

    Plese go to appearance=> Widgets=>Drag any widgets on First,Second,Third,Fourth footer widget area.

    If you don't want any widget then you can use blank text widget here.
    Or you can remove them by CSS(Appearance=> Theme Option=>Styling option).
    Code:
    .footer-container .footer {
      display: none;
    }

    Thanks & Regards
    Pramod Patel
     
  3. medbrasil

    medbrasil New Member

    Joined:
    Mar 1, 2015
    Messages:
    16
    Likes Received:
    0
    Thanks a lot.
     
Thread Status:
Not open for further replies.

Share This Page