Okay
  Public Ticket #2366578
removing the dimness on hover state for parallax portfolio
Closed

Comments

  • alannextnow started the conversation

    I need help removing the dimness on images that is happening when you hover over them on the parallax portfolio settings. I want them to stay the same and not go dim. I was not able to find this in css. Is it baked into the salient theme in JS? Im using a child theme. Could you please let me know how to disable this setting in my salient child theme? 

    Thanks

  •  8,884
    Tahir replied

    Hey ,

    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="6"] .work-item:hover .parallaxImg-layers > div .bg-img:after {
        background-color: rgba(51,51,51,0) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • alannextnow replied

    thank you!