How to remove homepage bottom feature

Discussion in 'Poloray WordPress Theme' started by sjanetworks, Mar 26, 2014.

Thread Status:
Not open for further replies.
  1. sjanetworks

    sjanetworks Guest

    Joined:
    Mar 26, 2014
    Messages:
    4
    Likes Received:
    0
    Hi

    I have recently upgrading to the Pro version of the Poloray theme.

    How can I disable the homepage bottom feature section. I would like it to be removed so it appears how it was on the free version of the theme.

    Many thanks,
     
  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:
     .main_content_wrapper{
    display:none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. sjanetworks

    sjanetworks Guest

    Joined:
    Mar 26, 2014
    Messages:
    4
    Likes Received:
    0
    Thank you this has worked.
     
Thread Status:
Not open for further replies.

Share This Page