Hi
I made a portfolio grid, and chosed in the backend to show the content on click. It works by clicking the Title-Text, but I can’t click on the images. I’d like to have it like your demo: https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/
This is my page: https://bai.akron.ch/buecherverzeichnis/
Is it not standard that I can click on the portfolio image?
Thanks for help.
René
Ok, forget it, it seems a plugin blocks the function… sorry
it’s the plugin: CryptX
Coming back: How can I prevent the big red Link Icon on the portfolio grid? So it works like your demo? https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/
Hi,
Thank you for the inquiry
prevent the big red Link Icon on the portfolio grid?
You might be referring to the image overlay. If you want to remove it, try to use this css code.
.image-overlay {
display: none !important;
}
Please note that this css code will disable all link overlays in the site. You may need to add a custom css class name or ID to the portfolio grid and adjust the selector above accordingly.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Hi Ismail
Perfekt. Thank you very much! You can close the tread.
René