Okay
  Public Ticket #1580036
Reducing box on portfolio hover "3d parrallax on hover"
Closed

Comments

  •  2
    cmd84beyond started the conversation

    Looking to reduce the width of the box on portfolio rollover.  I think half the width of line would be good.  


    I have the option "3D Parrallax on hover"


    thank you!

  •  9,074
    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):

    @media only screen and (min-width: 1000px) {
        .portfolio-items[data-ps="6"] .work-item:hover .bg-overlay {
            border-width: 5px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    cmd84beyond replied

    Fabulous! Thank you so much, this works great!