HOW TO REMOVE/HIDE/DISABLE BLOG SECTION

Discussion in 'Quick Online Shop WordPress Theme' started by grandhiravi, Mar 2, 2018.

  1. grandhiravi

    grandhiravi New Member

    Joined:
    Apr 10, 2017
    Messages:
    4
    Likes Received:
    0
    Please suggest me how can I remove/hide/disable blog section on home page
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the homepage blog section, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_mid_content {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page