BlackWell Theme: How to delete items

Discussion in 'BlackWell-WordPress Business Theme.' started by milesocial, Aug 12, 2015.

  1. milesocial

    milesocial Guest

    Joined:
    Aug 3, 2015
    Messages:
    1
    Likes Received:
    0
    I would like to delete blog and Maps from the homepage. I don't see options on how to do that in the admin panel.

    http://frmconcrete.com

    Thanks!
     
  2. priya

    priya Guest

    Hi,

    Please paste the following CSS code in (Appearance=>Theme options=>Styling option=>Custom css) of your dashboard.
    Code:
    .home_blog_wrapper {
        display: none;
    }
    .contact-map {
        display: none;
    }
    Let me know if need further help.

    Thanks,
    Priyanka
     

Share This Page