Removing Feature Sections

Discussion in 'Infoway WordPress Theme' started by xnetix, Feb 24, 2013.

  1. xnetix

    xnetix New Member

    Joined:
    Feb 24, 2013
    Messages:
    6
    Likes Received:
    0
    Can I remove the feature sections, or remove 2 to have one feature section that covers the space of all 3? Rather than have 3 separate features, I was hoping to fill the area with "Welcome" content.

    THANK YOU!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feturebox .featurebox_inner .featurebox_desc.second{
    display:none;
    }
    .feturebox .featurebox_inner .featurebox_desc.third{
    display:none;
    }
    .feturebox .featurebox_inner .featurebox_desc.first{
    width:600px;
    }

    Now,

    Add your text and heading in First Feature section.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    I tried pasting this code into my custom CSS and it didn't do anything. Actually when I tried using any of the custom CSS suggestions, nothing works. Is there something wrong with my theme? It worked yesterday. HELP! I am trying to remove the 4th feature where the youtube video is...

    Infoway theme
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Do let us know your website link.
     

Share This Page