How can I remove the "Read more" Botton in the Slider- and the Feature Heading-Section? Thanks for your help!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slide .slide-content.entry .read-more { display: none; } .read-more { display: none; }