Remove Blog Post and Right Sidebar Widget on home page

Discussion in 'Andrina WordPress Theme' started by lklatt76, Dec 28, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I remove the blog post and Right sidebar widget features on the home page only.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom-feature {
    display: none;
    } 
    This will solve your issue.
     

Share This Page