Okay
  Public Ticket #844456
How to disable the thumbnail preview of the revolution slider navigation?
Closed

Comments

  • Brahim Salami started the conversation

    Hello Team Laborator,

    Could you help me disable the thumbnail preview of the revolution slider navigation when hovering the left and right arrows?

    You can see on the attached images that my setting for the thumbnail navigation is set to OFF, yet the thumbnails are still showing.

    I am satisfied with just the left and right arrows.

    Thank you

  •  1,558
    Laborator replied

    Hi Brahim,

    I saw that this is not possible through the Revolution Slider so I generated a CSS by myself which will help you achieve the desired result, paste the code below in Custom CSS:

    .hermes .tp-arr-allwrapper {
      display: none;
    }
    
    .hermes.tparrows:before {
      transition: none !important;
    }
    
    .hermes.tparrows.tp-leftarrow:hover:before {
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }
    
    .hermes.tparrows.tp-rightarrow:hover:before {
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Brahim Salami replied

    Thank you very much Art !

    I am glad I can't see the thumbnail preview

  •  1,558
    Laborator replied

    You're welcome Brahim :)

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group