Hi kriesi,
I have two pages with fullscreen slider nad scroll down arrow on them. First page has a dark background (so I need a light arrow), second page has a light background (so I need a dark arrow). How can I do it via Quick CSS editor?
Thanks & best regards!
Hey frysjo,
Would you mind providing a precise link to your site, showing the two pages in question? We need to be able to inspect them in order to help with the CSS :)
Best regards,
Jordan
Hey!
.page-id-6785 #top .scroll-down-link {
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
Change the rgba value, to what you think fits best your need.
Thanks a lot
Best regards,
Basilis
Solved, the right code was
.page-id-6785 .scroll-down-link {
color: #ffffff !important;
}
But thank you! :-)