hi,
it is possible to display the buttons without rounded corners…?
can you help?
Thanx and best regards
Oliver
Hi Oliver,
Yes, first select the button, go to Styles, look for Rounded Corners field under MISC | OTHER SETTINGS.
Hope this helps.
Best regards,
Nikko
hi Nikko,
Thanx for your fast reaction, but it did’nt help me or i’m blind :-( . i want to change the “next” and “previous” Button at the advanced layer slider. I did’nt find in the “styles” area the Rounded Corners field under MISC | OTHER SETTINGS.
Can you explain again.
Best Regards,
Oliver
Hi Oliver,
Thanks for the update. We might be able to give you some custom CSS then, please post a link to where we can see the elements in question.
Best regards,
Rikard
hi,
you know the Site, see the Link below, the “next” and “previous” Arrow-Button at the advanced layer slider on top of the page
best regards,
Oliver
Hi Oliver,
I see, thanks for providing the link to the page, I thought it was an added button which can be changed here: https://imgur.com/EegWS2m
But on your case, please add thsi css code in Quick CSS, located in Enfold > General Styling:
#top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
border-radius: 0 !important;
}
Best regards,
Nikko