hi how i can change the colour of that download button on home screen and those dots.
Hello,
This is the CSS that handles the button color and the dots:
#header .bottom-header .header-button-two{
background: #f1d204;
}
#header .bottom-header span.span-dot {
color: #ffde00;
}
Let me know if you got it alright.
Regards