Home Page feature area

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Sep 12, 2016.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    I would like to remove the homepage features area on www.climaticservices.com.au

    I tried
    .main-content-container p {
    display: none !important;
    }

    but didn't work. Any ideas?

    Many thanks
    Liz
     
  2. priya

    priya Guest

    Hi, Liz..

    Greetings from InkThemes!

    Please use below code..
    Code:
    .main-content-container {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page