Removing Ink Theme Facebook Widget Box

Discussion in 'Blackriders WordPress Theme' started by ronaldsinai, Sep 17, 2015.

  1. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    How do I delete the ink themes facebook widget from the homepage of my site?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily remove that box, you just all have to paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar.home {
        display: none !important;
    }
    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page