Hi there,
we are trying to change a colour of slide navigation buttons (small dots below the slider) in layer slider. We have white background and default white buttons so they are invisible.
Thanks
Michael
Hi there,
we are trying to change a colour of slide navigation buttons (small dots below the slider) in layer slider. We have white background and default white buttons so they are invisible.
Thanks
Michael
Hi Michael,
Thanks for reaching out.
To change the color of the Layer Slider navigation button, you need to add a small piece of custom CSS code to Theme Options > CSS.
.ls-bottom-slidebuttons a
{
background: rgb(255, 215, 0);
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Thanks
Great thanks a lot. It works fine. We applied the same for navigation arrows and there is one issue with alignment. See the image
Can we move the arrows a little bit so they won’t be a part of a text.
Thanks
Michael
Hi Michael,
The navigation position adjustment would require customization and which is beyond the scope of theme support. I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where the customization questions are answered.
Alternatively, you can try by using the different Skins available with the Layer Slider, please find the screenshot describing the setting.
Please remember that we don’t provide any support to custom code or related issues.
Thanks
Great.
Thanks for your reply.
Hi Michael,
You are most welcome.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.