Remove navigation arrows from slider

Hi,

I have tried many different custom codes to remove the navigation arrows on the slider which appear in the bottom corner when hovered over, but have not had any luck.

This is what I've added to custom.css:

.tp-leftarrow.default:after, .tp-rightarrow.default:after {
    display: none !important;
}
.tp-bullets.simplebullets.round .bullet {
    display: none !important;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    display: none !important;
}
.tp-leftarrow.default {
    background-image: none !important;
}
.tp-rightarrow.default {
    background-image: none !important;
}
.tp-bullets.tp-thumbs .tp-mask,  .tp-bullets.tp-thumbs .bullet {
    display: none !important;
}
.tp-bullets {
    display: none !important;
}


Please let me know what I'm doing wrong/over-looking! Thanks :)

Comments

Sign In or Register to comment.