Hello ,
Please help.
I just want to change the section scroll down arrow at the bottom of section (that can enable in color section element)
from scroll down default icon to image icon. Could you please tell me how to do it ?
Please see sample images below
to
Please help,
Thank you very much
Hi zmkstudio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.scroll-down-link {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-repeat: no-repeat;
background-size: contain;
background-position: 50% 50%;
}
a.scroll-down-link:before {
content: '';
}
Best regards,
Yigit
Hello Yigit,
Thank you very much !