Remove thumbnails in Revolution Slider

1 reply · opened Oct 26, 2016

DdotlaboratoryOct 26, 2016

I am using slider-revolution-fullwidth.html as a basis for a project. We do not want the thumbnails to appear in Slider Revolution - only the forward and back arrows.
I have read the documentation at https://www.themepunch.com/revsliderjquery-doc/navigation-settings-overview/#thumbssettings but I cannot see the answer to my question there.

So please: how do we completely remove the thumbnails that pop up when you hover over the forward and back arrows? Thank you.

SSemicolon WebSTAFFOct 26, 2016

Hello,

This is Definitely Possible. Please follow the Steps below:

  1. Please find and delete the following code in the Revolution Slider JS Initialization Script:
tmp: '		{{title}}	',
  1. Now, simply add the following CSS Code:
.hermes.tparrows.tp-leftarrow:hover:before {
	transform: translateX(0);
	opacity: 1;
}

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard