Remove "Read More"

Discussion in 'Cloriato WordPress Theme' started by crystal0811, Feb 3, 2014.

Thread Status:
Not open for further replies.
  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hi! I would like to remove all of the "read more" links from the home page, but I would like the headings to still be able to link. I hope this is possible.

    http://carolnightengalecounseling.com/
     
  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:
    .feature_content .read_more {
    display: none;
    } 
    This will solve your issue.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Thank you for your help! I never have to learn HTML as long as I have you. You guys make me look like I know what I am doing. :)
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page