I found a thread in the old support section that dealt with removing the url link from images on home page. You supplied some custom CSS that took care of it for that member, but I'm using a different theme, Black Rider. Would you give me the CSS for this theme? The four round images are perfect for the site but I don't have any other pages that would logically link to them. Thank You
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_inner_box a{ pointer-events:none; } This will solve your issue.