Okay
  Public Ticket #1931294
Portfolio Visible Title underline
Closed

Comments

  •  11
    signeralex started the conversation

    Another question: Could you please share the code to have the Portfolio Titles on the homepage underline when hovering over them? I want it to be consistent with the rest of the site.

    Thanks!

  • [deleted] replied

    Hi,

    It seems that your CSS codes are bringing this problem (see video).

    Have a great day!

  •  11
    signeralex replied

    Appreciate the prompt feedback. I actually didn't have anything in the CSS that caused this. But I added the following code, and that seemed to have worked! Thanks.

    .portfolio-holder .item-box .info h3 a:after {
        background: #000000 !important;
    }