Revolution Slider navigation customization

Hello,

im working on a new Site
Link: http://box5706.temp.domains/~uxyfttmy/aquatic/schwimmteiche/

Im trying to change the navigations arrows from the slider (left & right) to look like the triangles from my navbar (below the menus) but I wasn’t successful.

do you know a way to create this triangles?

thank you in advance!

Hi @bigdreams,

To achieve that, you can add the code below in Theme Options > CSS

.erinyen.tparrows.tp-rightarrow:before {
    content: "\f0da";
    font-family: fontawesome;
    line-height: 40px;
}

.erinyen.tparrows.tp-leftarrow:before {
    content: "\f0d9";
    font-family: fontawesome;
    line-height: 40px;
}

Hope that helps

works great!
The only thing is that the triangle has rounded corners and not angular.

And can I remove the circle background somehow too ?

thank you!

Hi there,

Please add this code as well:

.erinyen.tparrows {
    background: transparent !important;
}

Hope this helps.

thanks!

i was looking for sharp triangle but I didn’t find… but the background thing worked well… thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.