Is it possible to disable the image hyperlink that appears for the services section, so that the user can't click on the images?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox .featurebox_desc img { pointer-events: none; }