Archived topic
Artisan Theme, Downward Arrow
7 replies · Started by letsdoit on May 31, 2020
Hello Team,
Is there any way to incorporate the downward arrow as on header element of Artisan theme can be incorporated on my website.
thanks
Hi there,
Sorry what downward arrow are you referring to?
https://gpsites.co/artisan/
Sorry, the site library demo is not showing it.
But only if i install it. E.g., installed it at http://postcardcelebrations.com. There is a arrow which slides downward. How this can be incorporated if needed.
https://prnt.sc/sr6x3x
thanks
It's using this as the content:
<a href="#content" class="smooth-scroll"><i class="fa fa-angle-down fa-2x" aria-hidden="true"></i></a>
And make sure to enable smooth scroll in the customizer:
https://docs.generatepress.com/article/smooth-scroll/
Sorry for late revert.
I am already using this in content section of hero element but its not showing the arrow.
Ah, that shouldn't even be there, as the theme doesn't load Font Awesome.
In order to have it show, you would have to:
a) Load Font Awesome on your website
b) Replace the <i> element with an SVG or an image of the arrow.
thanks, it worked.
You're welcome :)