Read More Feature

Looking at my blog page - Planet88.club, my posts are missing the ‘READ MORE’ feature.

Let me know if you can help with that

Thanks

Ray

Hey there,
I hope you’re doing well today

Please follow the thread below for the read more solution.
https://colorlibsupport.com/t/difficulty-with-read-more-summary-at-the-end-of-a-new-post/

Best Regards,
Support

Hello,

Thanks for your help.

However, after following the procedure indicated from the mentioned thread, I still have a problem.

I’m able to see the changes when using the live editor, but there’s no change on the website.

I’ve attached the two images.

Have a look and let me know how to get it done

Thanks

Ray

Please try using following custom CSS code.

body.blog a.more-link {
    display: block;
    color: #DA4453;
}

body.blog a.more-link {
    font-size: 0;
}
body.blog a.more-link:before {
    content: "Read More";
    display: block;
        float: right;
    margin-top: 10px;
    font-size: 12px;
    padding: 11px 13px;
    background-color: #DA4453;
    border-color: #DA4453;
        color: #FFF;
    text-transform: uppercase;
        border-radius: 4px;
}