- how can i implement that there are no titles shown on a portfolioitem by hovering? I got the PHOTOGRAPHY demo.
- is it possible to turn the hovereffect global to the inverse Hovering (show hovereffekt if im not on the item) or should i implement for each portfolio item individually?
Hey,
- how can i implement that there are no titles shown on a portfolioitem by hovering? I got the PHOTOGRAPHY demo.
- is it possible to turn the hovereffect global to the inverse Hovering (show hovereffekt if im not on the item) or should i implement for each portfolio item individually?
Thank you very much
Mike
Hi Mike,
1— Can you please add the code below to Custom CSS
/* Hide title of the portfolio items */ .hover-state.hover-eff-fade-slide:hover .info h3 { display: none; } /* Hide category of the portfolio items */ .portfolio-holder .thumb .hover-state .info { display: none; }2— I'm sorry but that option is not available for the moment, you can do that individually only.