Hi, I want to change the color of the – Display a scroll down arrow – that shows at the bottom of a color section from white to a custom color of my choice. How can I do that?
Hey DROR!
Please edit your color section and give it a unique ID and add following code to Quick CSS
#your-custom-id .scroll-down-link {
color: orange;
}
Regards,
Yigit
Added it but I can’t see any changes.
The color I want to use is: #ddb358
Hey!
Please flush browser cache and refresh your page a few times – http://i.imgur.com/zKfjwut.png
Best regards,
Yigit
I changed the code to:
#top .scroll-down-link {
color: orange;
}
and it’s working.
thanks.
Hey!
It would work globally. You can try adding !important rule as following
#your-custom-id .scroll-down-link {
color: orange !important;
}
and it should work as well
Regards,
Yigit
This way it would only work on the homepage?
Hi!
It would work only on color sections with “your-custom-id” as unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Regards,
Yigit
Hi @Yigit,
I hope you don’t mind me using your Quick CSS above – it works thanks. BUT …
For some reason it changes the width of a text box above.
I have a layout of 1/5 | 3/5 | 1/5 at the bottom of the colour section. I only have the text box in the 3/5 layout section.
When I implement your code the 3/5 seems to narrow to about 1/5
If I remove the code it goes back to 3/5 (so I know it’s not a cache issue or anything).
Regards,
H
Hi @Heathcliffe,
Could you provide us with a link to the site in question so that we can take a closer look please? Please start new topics for your issues in the future.
Thanks,
Rikard
Hi @Rikard,
Sorry, yes I will create a new topic from now on.
I have posted site details in reply to topic: https://kriesi.at/support/topic/scroll-down-arrow-lands-too-low-on-page-with-header-is-invisible-and-appears/#post-528508
I hope that is OK.
Thanks,
H
Hi!
Did you create another thread? Please post the url, we’ll check it there.
Regards,
Ismael
My bad. No but I will now :)