Okay
  Public Ticket #1440938
Portfolio Thumbnail Hover
Closed

Comments

  •  1
    red_howell started the conversation

    Hi there, love the theme! I’m using it on my site currently but I’m having a problem with the portfolio items.

    On hover, the portfolio category shows up as a white block beneath the Project title when I set it to display as Thumbnail with titles inside. How can I fix this?

    https://redwellandco.co.uk/

  • [deleted] replied

    Hi there,

    This is happening because somewhere on your theme (maybe on Custom CSS) there is an CSS code like this:

    body, p {
    font-family: “Lato”, Lato, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7 !important;
    letter-spacing: 0.2px;
    color: #7B8989;
    background-color: #fff;
    }

    So the background-color: #fff; is causing it.

    You can remove that background color line or add this CSS on your Custom CSS area:

    .hover-state.hover-eff-fade-slide:hover .info p{
    background: transparent !important;
    }

    Have a great day!

  •  1
    red_howell replied

    Ahh so simple! Thank you!

  • [deleted] replied

    You're welcome

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and I wish you a great day!

    Will set this ticket as solved from here.