portfolio – remove link, but "show text on mouse hover"
-
Hi,
How can I disable the link on the pictures of the portfolio, and only use the effect “show text on mouse hover”?
Hello,
Your site is under construction. Please provide access to the private area and page URL.
Best Regards
Please find in private content the web page data access
Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .portfolio-entry {
pointer-events:none;
}
Best Regards
Thank you for your answer
I used the following code and it seems that the problem was solved:
a[href=”link”] {
pointer-events: none;
}
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘portfolio – remove link, but "show text on mouse hover"’ is closed to new replies.