I can´t change the color of the Navigation Arrows. I searched the web but i couldn´t find a working solution. Please give me a hint!
Hello @JanWae,
Thanks for writing to us.
I would suggest you please add this custom CSS code to the theme’s Global CSS.
a.ls-gui-element.ls-nav-prev:after {
border-left: 3px solid #E91E63;
border-top: 3px solid #E91E63;
}
a.ls-gui-element.ls-nav-next:after {
border-right: 3px solid #E91E63;
border-top: 3px solid #E91E63;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector, or you can subscribe to One where customization questions are answered.
1 Like
Hi Jan,
Glad that we are able to help you.
Thanks