Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi All,
I created 6 elements in the portfolio and I show them with the Portfolio widget in a secondary page. I want them just for information, I just need to show the photo and the title as I am doing right now, but I don’t need to link them to the element. Is there any way to unlink the elements in the portfolio?
You will find what I mean in this page, in the last 2 slides.
https://simmerevents.es/a-fuego-lento/
Kind regards!
Hello,
Yes, just add this code into your Custom Css box:
.page-id-155 .entry-link, .page-id-155 .entry-lightbox {
pointer-events: none;
}
The .page-id-155
is for the css to target only the element of this page. IF you want this effect in all pages, then just remove it.
Best regards!
Hi Mirela!
Thank you so much! It worked.
Kind regards!
You must be logged in to reply to this topic.