Hi,
How can I hide the preview thumbs of the other portfolio items? Basicly I want to hide the red area as shown in the screendump.
Regards,
Steven
Hi,
Sure!
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.portfolio_preview_container.open_container + .grid-sort-container {
opacity: 0;
}
.grid-sort-container {
opacity: 1;
}
Best regards,
Yigit
Hi,
Thanks for the ultra fast support : ) They are now invisible but still there. (clickable and drag-able)
Just adding:
.portfolio_preview_container.open_container + .grid-sort-container {
display:none;
}
Did the trick! Thanks for pointing me in the right direction :)
Cheers!
The only thing is that the next/previous buttons no longer work…