Okay
  Public Ticket #203754
Accent Color not applied to hover background on portfolio items on Recent Work/Posts homepage
Closed

Comments

  • Ben started the conversation

    Subject says it all. I'm upgrading from a very old (1.x) version of Salient to Salient 4.0.3 on WP 3.9. The background color when I mouse over a portfolio item on the home page is always the same default light blue. Shouldn't it be the accent color?

  •  8,839
    Tahir replied

    Hey Ben!

    Seems like a bug , you can override it in the meantime with this css: 

    body .portfolio-items .work-info-bg {
        background-color:#fff !important;
    }

    Cheers


    ThemeNectar Support Team