Hi, is there a way to change the standard “go to next section” arrow in a onepager to an image? The current arrow font does not match the design of my website. Thanks! Erik
Hey ErkwerkUtr,
Please try the following in Quick CSS under Enfold->General Styling:
a.scroll-down-link:before {
display:none;
}
a.scroll-down-link {
background-image: url(link to your image here);
background-repeat: no-repeat;
}
Best regards,
Rikard
Thank you Ricard,
It worked perfectly.
Best,
Erik
Rikard, not Ricard ; )