Hi guys,
I am trying to adjust the color of the scroll down arrow (Dit is wat wij doen): http://drwooow.com.server17.firstfind.nl/new.drwooow.com/#after_section_2
I tried this code:
#arrow .scroll-down-link {
color: red !important;
}
As Section ID: arrow (I also tried #arrow). No result unfortunately.
Can you guys help me out.
Hey AlfredoS,
Try the following in quick css:
#watwijdoen a.scroll-down-link {
color: red !important;
}
Best regards,
Jordan Shannon