Remove "read more"

Discussion in 'Andrina WordPress Theme' started by turtex, Feb 2, 2014.

  1. turtex

    turtex New Member

    Joined:
    Dec 14, 2013
    Messages:
    1
    Likes Received:
    0
    Hello I would lite to remove the buttom "READ MORE" from the blogfunktion at first side.

    www.visionskraft.se
     
  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 .bottom-feature-left .bottom-feature-left-inner a.index-read {
    display: none;
    }
     
    This will solve your issue.
     

Share This Page