Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #778439

    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?

    #778441

    Alternatively, if I could add hyperlinks to take users to the services page that would be ok too.

    #778445

    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

    #778447

    That worked a treat thanks Mike, if I wanted to link to my services page from here how would I change the code?

    #778505

    Hi,
    You couldn’t do that, css can’t inject links as it is only for styling. Above the links are still there, I just blocked the pointer events, (click).

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.