Remove "Read more" in Slider and Feature Heading

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

  1. axel

    axel New Member

    Joined:
    May 16, 2013
    Messages:
    9
    Likes Received:
    0
    How can I remove the "Read more" Botton in the Slider- and the Feature Heading-Section?
    Thanks for your help!





     
  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:
    .slide .slide-content.entry .read-more {
    display: none;
    }
    .read-more {
    display: none;
    }
     

Share This Page