We have an unwritten rule here - if your question doesn't corespond to original topic, you should create new one - that makes your question and our answer searchable for other users too.
Now to make things faster:
1. To modify "scroll down" colour:
Please edit: /templates/gk_john/css/override.css and add at its end:
- Code: Select all
.gkScrollDown {
color: #c9c9c9;
}
.gkScrollDown:after {
color: #c9c9c9;
}
Now modify the colour to your liking (you can chose different colour for icon and for text).
Remember to enable "CSS override" in template settings - advanced section.