Hi, how can I change these navigation colors:
Little house to: #D60F23 and little dots to: D3CED0
https://fs-weiss.de/home/
Hi,
Try the following CSS code:
.blog_slider .slick-dots .slick-active a, .blog_slider .slick-dots .slick-active a:after{ background-color: #D60F23; } .blog_slider .slick-dots a{ background-color: #D3CED0; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hi,
Try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards