Polary wordpress theme

Discussion in 'Poloray WordPress Theme' started by mcampos9703, Mar 4, 2013.

  1. mcampos9703

    mcampos9703 New Member

    Joined:
    May 18, 2012
    Messages:
    6
    Likes Received:
    0
    I want to remove what appears inside the yellow box in the attached image.

    As I can do?

    Thanks, Manu.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .main_content_wrapper {
    display: none;
    }
    .feature_box {
    background: none;
    }
    This will solve your issue.
     

Share This Page