Remove Read More ...

Discussion in 'Local Business WordPress Theme' started by cashbigger, Feb 22, 2015.

  1. cashbigger

    cashbigger New Member

    Joined:
    Feb 28, 2013
    Messages:
    24
    Likes Received:
    0
    I have used the local business pro theme on my new site http://www.stokeseo.co.uk on the homepage there are read more links - where can I delete them or option in future to point them to other pages on the site.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi cashbigger!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_contentbox a.readmore {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page