Okay
  Public Ticket #1999048
Image Gallery Hover overlay color
Closed

Comments

  • evanmcdonald started the conversation

    Hey, I would like to change the color that appears when I hover over my gallery images. I have already managed to change the opacity using the following CSS:

    body .portfolio-items .col:hover .work-info-bg {
        opacity: 0.3 !important;
        background-color: #000000 !important;
    }


    However, the background-color attribute does not seem to affect anything.


  •  8,994
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .portfolio-items[data-ps="7"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
        background-color: #E91E63 !important;
    }

    Thanks


    ThemeNectar Support Team