remove latest blog from start page

Discussion in 'Blackriders WordPress Theme' started by caservices, Nov 21, 2017.

  1. caservices

    caservices New Member

    Joined:
    Aug 11, 2017
    Messages:
    11
    Likes Received:
    0
    Goodmorning,
    is it possible to remove the latest blog of the starting page?
    because we don't use it and now it;s standing there and looks pretty wierd.
    hope you can help

    best regards
    Sebastian Garcia
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

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

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

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page