Okay
  Public Ticket #2365023
Deactivate Hover feature on Portfolio images
Closed

Comments

  • thevalentineconstitution started the conversation

    Is it possible to turn off the hover feature entirely when mousing over an image in a Portfolio page? 

    I have a client who wants to be able to click on the images in their Portfolio without any effects appearing when they hover their mouse pointer (desktop) or finger (mobile touchscreen) over the image. 

    Currently the hover effect causes a lightening of the image and a text caption to appear over the image. Can this feature be deactivated without requiring any custom coding?

  •  675
    Neuron replied

    Hi,

    Of course, that can be disabled easily via this Custom CSS.

    .portfolio-holder .portfolio .selector .item-holder .item .overlay,
    .portfolio-holder .portfolio .selector .item-holder .item .overlay-background {
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.