Delete one of homepage feature

Discussion in 'ButterBelly WordPress Theme' started by pritchett, Feb 6, 2017.

  1. pritchett

    pritchett New Member

    Joined:
    Jan 16, 2017
    Messages:
    4
    Likes Received:
    0
    Guys, I would like to delete one of the three homepage features. anyone can advise?

    Thanks,
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .feature-content .col-md-4:nth-child(3) {
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page