Okay
  Public Ticket #225951
Portfolio Slider
Closed

Comments

  • Michael started the conversation

    Hi, I am trying to make some changes to the slider in portfolio. I want to remove how the images become highlighted when the mouse hovers. It activates when you click through the images because the buttons are over the image, and it makes them look very washed out. There only seems to be a couple of options for transition effect/duration and rotation. Thanks

  •  291
    Paul replied

    Hi Michael,

    Please go to "Style Customizer > Others > Custom CSS" and try using this custom one:

    #uxb-port-single-images-container:hover {
    	opacity: 1;
    }

    This will disable the hover effect on portfolio slider.

    Cheers,
    Paul