Change navigation colors

Hi, how can I change these navigation colors:

Little house to: #D60F23 and little dots to: D3CED0


https://fs-weiss.de/home/

Comments

  • 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

Sign In or Register to comment.