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 » Cloriato Theme

[closed]

I want to remove "READ MORE" from the theme 100%

(12 posts)
  1. rickchambers
    Pro Member

    Pro Member
    Joined: Dec 2011
    Posts: 10

    I want to remove "read more" from the theme and just use the "manual way"
    I want the blogs/post to be what they are, and if they are too long, i will use the manual insertion method.

    (note: i have read other similar comments on this, but not how to remove it completely - read about adding below video, but I want to remove it completely

    Posted 1 year ago #
  2. Urooj
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 35

    Hello rickchambers,

    .feature_content .read_more {
    display:none;
    visiblity:hidden;
    }

    Try to apply this code in custom css section under the theme-option panel this will remove the read more links from front-page.

    Posted 1 year ago #
  3. rickchambers
    Pro Member

    Pro Member
    Joined: Dec 2011
    Posts: 10

    I tried the code you suggested and added the way you suggested, but it did not remove "Read more" from the posts - any other suggestions?

    Posted 1 year ago #
  4. Urooj
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 35

    .content_wrapper .content .post .post_content .read_more {
    display:none;
    }

    Try this code also in custom css, this will remove the read more link from blog, but you can't see the whole post in manual way for this some customization is required.

    Posted 1 year ago #
  5. indofest
    Member

    Member
    Joined: Jan 2012
    Posts: 6

    Hi - I just want to remove the read more button from my right column but not my left one (on main page) - is this possible?

    Posted 1 year ago #
  6. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    To remove "Read More" button from right column you have to remove the following coding from "front-page.php" file.

    <a href="<?php if ( get_option('inkthemes_col_right_readmore') !='' ) { echo get_option('inkthemes_col_right_readmore'); } ?>" class="read_more">read more</a>

    This will remove "Read More" from right column.

    Thanks.

    Posted 1 year ago #
  7. birgit23
    Member

    Member
    Joined: Apr 2012
    Posts: 4

    I need to remove the "read more" in the D'zonia theme. All the posted options to do so did not work for me.

    Also, I would love to get rid of the slider headlines and comments.

    Posted 9 months ago #
  8. birgit23
    Member

    Member
    Joined: Apr 2012
    Posts: 4

    I should have probably mentioned too that I am using the 3-column option in the D'zonia theme.

    Posted 9 months ago #
  9. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    @birgit23,

    1.For your first issue

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

    .featured_content .column-three .inner_area .read_more{
    display:none;
    }

    2.For your second issue

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

    #slides .caption{
    display:none;
    }

    Please do not post on others thread, Create your own.
    It will help us to provide you solution, correct and on time.

    Thanks.

    Posted 9 months ago #
  10. planetwolfe
    Member

    Member
    Joined: Aug 2012
    Posts: 4

    Hi! I'm trying to remove the "read more" on the 2 column section of the Cloriato Theme and the above codes are not working. Can you please help! Thank you!

    Posted 9 months ago #
  11. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    @planetwolfe,

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

    .feature_content .read_more{
    display:none;
    }

    Please do not post on others thread, Create your own.
    It will help us to provide you solution, correct and on time.

    Thanks.

    Posted 9 months ago #
  12. planetwolfe
    Member

    Member
    Joined: Aug 2012
    Posts: 4

    Okay Thank you so much for your help! It worked!

    Posted 9 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.