Read More Tag Not Showing

Hi Movin,

The Read More tag is not showing after the first two posts but it shows when viewing on mobile,

This is my url: http://howtotechnaija.com

How can I fix this please?

Thanks

Hi @biodun,

Thank you for your question.

You can try displaying them 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

.blog.home #page article.post .read-more, 
.blog.home #page article.post .entry-footer {
    display: block;
}

Best Regards,
Movin

Thanks, it worked

You are most welcome here :slight_smile: