How to remove link from slider title? August 31, 2020September 22, 2017 by eVision Themes If you don’t like to page URL in slider title, then Go to Dashboard, Customize > Additional CSS, and paste code below there. .evision-main-slider .main-title a { pointer-events: none; }