Hi,
On this page: https://www.finansforbundet.no/tillitsvervet/intro/
I would like to change the background color of the arrows sliding the timeline.
Possible?
Hey dalboslampen,
Sure – please add this code to the quick css field or child theme style.css file:
#top.page-id-4885 .main_color .av-timeline-nav a span {
background-color: #000;
}
and change the color value.
Best regards,
Dude