Home Forums Basel support forum portfolio – remove link, but "show text on mouse hover"

portfolio – remove link, but "show text on mouse hover"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #232321

    eva_vanderlinden
    Participant

    Hi,
    How can I disable the link on the pictures of the portfolio, and only use the effect “show text on mouse hover”?

    #232349

    Hello,

    Your site is under construction. Please provide access to the private area and page URL.

    Best Regards

    #232399

    eva_vanderlinden
    Participant

    Please find in private content the web page data access
    Regards

    #232523

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .portfolio-entry {
    	pointer-events:none;
    }

    Best Regards

    #232615

    eva_vanderlinden
    Participant

    Thank you for your answer
    I used the following code and it seems that the problem was solved:
    a[href=”link”] {
    pointer-events: none;
    }

    #232735

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘portfolio – remove link, but "show text on mouse hover"’ is closed to new replies.