Remove Section of theme

Discussion in 'Local Business WordPress Theme' started by guavaguy, Sep 30, 2013.

  1. guavaguy

    guavaguy New Member

    Joined:
    Jul 23, 2013
    Messages:
    6
    Likes Received:
    0
    Aloha,
    I would like to remove the left feature/right feature section from the local business them...or at least make them now show up.
    How do I accomplish this?
    Thank you.
    Chuck Burke
    Sizzle Monkey
     
  2. 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:
    .feature_info {
    display: none;
    }
     

Share This Page