Remove Read More Link

Discussion in 'Local Business WordPress Theme' started by jsnbiz, May 8, 2013.

  1. jsnbiz

    jsnbiz New Member

    Joined:
    May 7, 2013
    Messages:
    1
    Likes Received:
    0
    Hello, I just purchased this theme and I wondering if there is a way to remove the Read More link on the home page feature area.

    Thanks,

    Jason
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature_contentbox a.readmore {
    display: none;
    }
    This will solve your issue.
     
  3. lucky888

    lucky888 New Member

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    hi,

    this doesn't seam to work???
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_contentbox a.readmore {
    display: none!important;
    }
    It will work.
     
  5. lucky888

    lucky888 New Member

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    umm no it doesnt... i am also using display no feature boxes on the home page...should this go before or after?
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I think it's a cache issue. Please clear your site cache and deactivate cache plugin if installed.
    It will resolve your issue. If not then please do let me know your website link.
     

Share This Page