Hi,
If possible, I would like to raise where the down arrow begins on the page by 30 or 40px. I’m starting it from the color section. I found the code to make the change, but when I changed it and pasted it in the custom CSS it changed other elements as well.
Thanks!
Hey richardweisskopf!
Please edit your color section element, give it a unique ID – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ and then add following code to Quick CSS
#your-custom-id a.scroll-down-link {
bottom: 100px!important;
}
Best regards,
Yigit
Thank you! I so much appreciate the service, and by the way, the last 4 websites I developed were done with Enfold – the themes purchased directly by my clients. They could not be happier.
Richard