Remove Butterbelly Theme Features tabs, but keep blog

Discussion in 'ButterBelly WordPress Theme' started by hayleygillard, Jan 18, 2017.

  1. hayleygillard

    hayleygillard New Member

    Joined:
    Dec 20, 2016
    Messages:
    1
    Likes Received:
    0
    Hello

    How can I remove the theme features tabs for now, but keep the bkog posts showing

    Ive tried this

    .feature_mid_content {

    display: none!important;

    }

    But it removed the blog posts too and I want to keep those.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Try to use below code instead of the previous one.

    Code:
    .featurebox {
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page