How can i remove the “Read More” button from featured image slider. Also how can we put a colored box around the same text.
Regards
Hi sourav,
Go to dashboard -> appearance -> customize -> design options -> custom css and paste the below css code.
.featured-text .call-to-action { display: none; }
Thank you!