Hi,
How do you remove the ’ Read Now’ button on blog posts on Shopify? We are using the Empire theme.
Thank you!
Hi,
How do you remove the ’ Read Now’ button on blog posts on Shopify? We are using the Empire theme.
Thank you!
@Leckerbaer Please provide a link of your website and i will provide you a CSS that can help you to remove the "Read Now’ button
Our URL: https://leckerbaer.dk/
Hallo @Leckerbaer
You can add code by following these steps to change
paste below code at bottom(base.css)
**a.article--excerpt-readmore {**
**display: none;**
**}**
If you require any further information, feel free to contact me.
Best regards,
Thank you for your fast help!
Would it also be possible to remove the ‘see more’ underneath?
@Leckerbaer yes
Add this css to hide ‘see more’ button
.blogposts–footer {
display: none !important;
}
please like and accept solution.
Thankyou sir. Let me know if you need any theme development work.