Tagged: Pointer Events
I would like to remove the hyperlink from the portfolio images I have showing on my homepage; is it possible to retain the hover on mouseover etc but remove the link?
Alternatively, if I could add hyperlinks to take users to the services page that would be ok too.
Hi,
Try this code in the General Styling > Quick CSS field:
#av-masonry-1-item-577:active, #av-masonry-1-item-576:active, #av-masonry-1-item-579:active { pointer-events: none!important; cursor: default!important; }
#av-masonry-1-item-577, #av-masonry-1-item-576, #av-masonry-1-item-579 { cursor: default!important; }
Please also clear your cache :)
Best regards,
Mike
That worked a treat thanks Mike, if I wanted to link to my services page from here how would I change the code?