readmore button in first two blog posts

Is there a way to have the first two blog posts not have the “read more button” and instead be like the others where you just click on the title of the post to read more?

Thank you!!

Hey there,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove read more from home page*/
.home .read-more {
    display: none !important;
}

Best regards,
Support.

I want to remove read more button for my homepage posts and I want to set certain words limit on home page
url is manabadi thanks

Hello @gatha,

I hope you are doing well today.

Please create a new post for your issues because it will be easier to trouble shoot your issues in a new post.

Best Regards,
Support