How do I remove the default testimonial & Facebook widget?

Discussion in 'Traffica WordPress Theme' started by jc52, Nov 12, 2013.

  1. jc52

    jc52 New Member

    Joined:
    Oct 22, 2013
    Messages:
    2
    Likes Received:
    0
    How do I remove the default testimonial & Facebook widget? see attached screenshot.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .sidebar.home {
    display: none;
    }
     

Share This Page