Okay
  Public Ticket #440536
Changing image hover overlay color
Closed

Comments

  • Mark started the conversation

    How can I change the portfolio image hover overlay color without changing all the accent colors throughout the theme?

    Is there a way in the theme to do it?

    And what is the CSS to do so?

    It is very tricky to isolate this behavior in chrome to find the correct CSS.

  •  8,851
    Tahir replied

    Hey,

    Please see:

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .work-info-bg {
        background-color: #fff !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Mark replied

    Hmm. ... interesting. Are you sure?

    It seems that there should be a hover property in the css somewhere like .work-info-bg:hover { }

  •  8,851
    Tahir replied

    Hey Again,

    Have you tried placing the css ? . The hover is js based so no css hover is needed.

    Thanks


    ThemeNectar Support Team 

  • Mark replied

    Oh I see. Not yet. Thank you.