Custom Image for up arrow
-
On the bottom right of the site there is that quick up button with an arrow in it, can we use our own image in there besides the arrow?
Hello,
Please provide the screen and page URL of the arrow. Also, provide the image URL we shall check if it is possible to replace with the CSS.
Best Regards
If you goto https://dfriel.com/ and scroll down at all you will see the arrow pointing up, the thing that allows a user to goto the top of the page quickly. We have a fish fin that would go perfect in there, and I can have the file created how ever we would need it to be so it works. Like if a needs to be line art or something. See screenshot
Hello,
Please provide the image URL and your site admin access I will provide custom CSS to put it on the bottom.
Best Regards
I put info in private area
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .scrollToTop:after {
content: "";
border:none;
}
body .scrollToTop.button-show {
background-image:url(https://dfriel.com/wp-content/uploads/2019/08/DFriel-ConnectedByWater-Ovalfin_FINAL_DarkBlue_512x512.png);
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
border:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Custom Image for up arrow’ is closed to new replies.