Hi,
On this page: https://www.finansforbundet.no/tillitsvervet/landsmotet-2019/ I would like to change the background color of the navigation icons on the right.
Possible?
EDIT:
I have now managed to change the background color, but I would like to make the inside arrow white. Is that possible?
Hey dalboslampen,
Are you referring on the scroll to top arrow?
Best regards,
Nikko
Hi,
No, I am referring the timeline navigation
Hi dalboslampen,
Thanks for the clarification, it’s already white however the opacity was set to 50% that’s why it’s faded.
Add this css code in Quick CSS (located in Enfold > General Styling):
#top .av-timeline-nav a span {
opacity: 1;
background-color: green;
}
just replace the background-color.
Best regards,
Nikko