Removing Read More

Discussion in 'Infoway WordPress Theme' started by simey, Feb 10, 2015.

  1. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    I can't find any topic to find a solution.

    How do you remove the read more in the 3 featured areas on the home page?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feturebox .featurebox_inner .featurebox_desc .readmore {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page