Hi there,
Is there any code to change the button into a circled one?
I can change the color by using the following code:
.ls-gui-element.ls-nav-next::before {
border: 1px solid #fff;
}
But I can’t make it circle, please teach me. :)
Hello!
Any suggestion please~!
Thanks!
Hi greatliona,
This article will give you the code for a circle.
If you need further assistance please let us know.
Best regards,
Victoria
I tried to use this folloeing code
.ls-gui-element.ls-nav-next::before, .ls-gui-element.ls-nav-prev::before {
border: 1px solid #fff;
border-radius: 50%;
}
But still only changed the border color, anything wrong?
Hi,
Please try this instead:
.ls-gui-element.ls-nav-next::before, .ls-gui-element.ls-nav-prev::before {
border: 1px solid #fff;
border-radius: 100% !important;
}
If you want to learn CSS then you can find many resources online, including W3Schools.
Best regards,
Rikard
Hi there,
Problem solved.
I change the selector then it works.
Now I use
#top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
border: 2px solid #fff;
border-radius: 50%;
}
Thanks!
Hi,
Great! We are happy that you were able to get this solved. If you need additional help, please don’t hesitate to contact us here.
Best regards,
Jordan Shannon