How do I remove the Homepage bottom feature and right widget?

Discussion in 'ButterBelly WordPress Theme' started by kithindin, Oct 8, 2015.

  1. kithindin

    kithindin New Member

    Joined:
    Oct 8, 2015
    Messages:
    1
    Likes Received:
    0
    How do I remove the Homepage bottom feature and right widget?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_mid_content {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page