Hi,
I’d like to display my portfolio as a sorted list of titles (without photos).
Is it possible ?
Thanks
Hi totofunk!
You can add this on your custom.css or Quick CSS:
.grid-image.avia-hover-fx {
display: none;
}
Regards,
Ismael
Thanks. One more thing, how can I have this behavior for one portfolio, and a standard behavior for all others ?
Hey!
You can use the page id class to deactivate the hover effect on a specific page. Use following css code instead of Ismael’s code
.page-id-755 .grid-image.avia-hover-fx {
display: none;
}
and replace 755 with the id of the portfolio page where you want to hide the images.
Cheers!
Peter
wow, super fast support !
thanks a lot