Remove Read More For all Posts

Hi guys!

I want to remove the “read more” for all my posts and also have only one column. Much like this site (http://www.vidademozin.com/) from this thread - https://colorlibsupport.com/t/remove-read-more-on-all-posts/

Could you share the code for this?

ps. I found a code that would make all posts have the same layout as the first two from this thread - https://colorlibsupport.com/t/layout-of-posts/ I used it and it worked but just really want to see it without the “read more”.

Thanks for your help! :slight_smile:

Hi @heykaye,

I hope you are well today and thank you for your question.

You can try removing the read more text by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page .read-more {
    display: none;
}

Best Regards,
Movin

Hi Movin,

Thanks for the response. Is there a way to show full text as soon as you enter my blog? My site isn’t live yet so I can’t share with you URL. :frowning:

You can display the full text on your blog page by unchecking the theme option “Show post excerpts?” on the following path as shown in the attached screenshot.

Admin Area -> Appearance -> Customize -> Activello Options -> Content Options

I’ve tried that a number of times and it didn’t work :frowning:

I have the same problem. I want to remove the entries and have full posts on my home page.
How can I do that? It doesn’t work to uncheck the box in options. Can I add some code in the “Custom CSS” field? Great theme by the way!

I figured it out! In the content.php file I switched out all “excerpts” to “content”.

@reaktionista it worked! thank you for helping me :slight_smile:

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!