Hello, how can i remove the slider link URL (Slider heading and slider image)? with manually removing code or with custom CSS? Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slides_container div.slide img { pointer-events: none; }
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption h2 { cursor: none; }