Okay
  Public Ticket #1009854
Portfolioitem without title on hover
Closed

Comments

  •  2
    emweh started the conversation

    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

  • [deleted] replied

    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.