Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » InkThemes Support Forum

[closed]

Remove Read More in Local Business Theme

(5 posts)
  1. robocop
    Member

    Member
    Joined: Aug 2012
    Posts: 6

    I have my theme set up at kayrayconstruction.com. My question is on the section where it says read more on the 3 sub boxes how do i keep the theme from displaying more when i dont want it to. I tried using this as suggested in another post in the css box

    .feature_content .read_more{
    display:none;
    }

    but it does not seem to work for me. any help thanks

    Posted 9 months ago #
  2. Pankaj Agarwal
    Key Master

    Key Master
    Joined: Nov 2011
    Posts: 215

    You have done everything right just a small spell mistake it is "contentbox".

    No worries, This will solve your problem.

    feature_contentbox a.readmore {
    display: none;
    }

    Posted 9 months ago #
  3. robocop
    Member

    Member
    Joined: Aug 2012
    Posts: 6

    thanks for the reply but still does not work. Read more is still there

    Posted 9 months ago #
  4. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

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

    .feature_contentbox a.readmore{
    display:none;
    }

    This will solve your issue.

    Thanks.

    Posted 9 months ago #
  5. robocop
    Member

    Member
    Joined: Aug 2012
    Posts: 6

    thanks that solved the issue

    Posted 9 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.