Adding Arrows
-
Can I add navigation arrows to the bottom of the page so that I don’t have to scroll all the way back up manually? I’d rather just hit the arrow to take me back to the top of the page.
The blog I need help with is: (visible only to logged in users)
-
Hey iknowyoullloveit,
Adding such an arrow requires JavaScript, and at WordPress.com, you can only add Custom CSS.
Most of the time, such a feature comes built-in with the WordPress theme you choose.
-
Hi there,
Yes, you can, but you don’t need CSS for this. Please insert the following into a Custom HTML widget:
<img src="insert the URL of an image of the desired arrow here” />
You’re able to change the dimensions and the title (text that appears when you hover over the image) as you wish, but please make sure you insert the direct image URL of the arrow. The code I’ve given will make the arrow appear on the bottom right of your page.
Let us know if that works for you. :)
-
Okay, that formatting definitely didn’t work out. Please use the code in this Pastebin.
- The topic ‘Adding Arrows’ is closed to new replies.