Remove Read More - Appointway

Discussion in 'Appointway WordPress Theme' started by bwdaugherty, Jan 30, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Would like to remove "Read More" from homepage Services Module. Thanks
     
  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:
     .featurebox .featurebox_desc a.readmore {
    display: none;
    }

    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page