Delete Feature Settings

Discussion in 'Infoway WordPress Theme' started by wpsite, Jul 25, 2013.

  1. wpsite

    wpsite New Member

    Joined:
    May 21, 2013
    Messages:
    6
    Likes Received:
    0
    How do I make it so that the feature settings portion doesn't show up on the bottom of the page. I have removed some code in the .css but it still shows feature settings posts.
     
  2. Gourav

    Gourav Support Staff

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

    Can you please explain your problem with the help of screenshot, About which area you are talking and also share the link of your website, so that we can give you the exact solution.
     
  3. wpsite

    wpsite New Member

    Joined:
    May 21, 2013
    Messages:
    6
    Likes Received:
    0
    Right now I am on a locla server test site that can't be accessed at the moment. But my issue is I do no want any of the three Feature Settings boxes to show up on the bottom of the home page. I have added a screenshot of the area i would like to remove from the site.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feturebox {
    display: none;
    }
     

Share This Page