Hello- A few questions: - Is it possible to remove the text of the feature column so that there is only the circle, the header and the read more button? - Is it possible to remove the black box on the right hand side of the slider? Thank you
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner p { display: none; } .flex-caption { display: none; }