Remove Home Page Feature & Footer

Discussion in 'Poloray WordPress Theme' started by mswatko, Apr 10, 2014.

  1. mswatko

    mswatko New Member

    Joined:
    Sep 16, 2013
    Messages:
    5
    Likes Received:
    0
    Hello,

    Can you tell me the code to remove the "home page bottom feature" and "footer" for the Poloray theme?

    Attached is a screen shot of the two sections I want to hide from my site. Screen Shot 2014-04-10 at 3.24.51 PM.png

    Thanks very much!
    Melissa
     
  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;
    }
    .footer_wrapper_top {
    display: none;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page