Remove "Our Portfolio" from the Homepage

Discussion in 'Covera WordPress Theme' started by axel, Jun 11, 2013.

  1. axel

    axel New Member

    Joined:
    May 16, 2013
    Messages:
    9
    Likes Received:
    0
    How can I remove the Portfolio-Section from the Homepage? Thanks for your help.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .custom-slider {
    display: none;
    }
     

Share This Page