Home Page Feature Areas

Discussion in 'Local Business WordPress Theme' started by roscoe, Nov 11, 2012.

  1. roscoe

    roscoe New Member

    Joined:
    Aug 12, 2012
    Messages:
    7
    Likes Received:
    0
    Hi -

    1) How can I disable (not display) the Feature Areas 1,2 and 3?
    2) Is there a way to display the Left and Right feature areas above Features 1,2 and 3?

    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:
    .feature_content {
    display: none;
    }
     

Share This Page