How would i go about changing the scroll down arrow and the menu icon on mobiles to a custom icon/image?
Hi erron!
Add this to your custom CSS.
.scroll-down-link { background: url("URL to your image") !important; }
.scroll-down-link:before {
content: "" !important;
}
And this for the menu button.
#advanced_menu_toggle:before {
content: "" !important;
}
#advanced_menu_toggle { background: url("URL to your image") !important; }
Best regards,
Elliott
Sorry for delay, finally tested the down arrow and its coming through looping the image, how can i either reduce the box area or stop it looping?
Hey!
Please add following code to Quick CSS as well
.scroll-down-link { background-repeat: no-repeat; }
Regards,
Yigit
That did the trick thankyou. One more question, how do i get this down arrow to appear on every page section and not just the first one?
Hey!
Please add a Code Block element to the bottom of your Color Section element and add this code into it – http://pastebin.com/K6GScr3q and change HREF to anchor of your following section – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Yigit
hi guys, with the mobile menu icon, the css worked but the image is too large. i tried reducing the image size but it made no difference as if it has a hard coded size somewhere. how do i just change?