Tagged: background image, color section, down arrow
The full screen slider has a “Display a scroll down arrow” option, which is brilliant.
Sadly this option isnt available on a Color Section element, so I’ve created a similar down arrow .png and used it as the background image placed bottom centre. Is there anyway of giving this background image the ability to hyperlink to the next Color Section?
Thanks
site URL is http://www.nabusiness.co.uk/home if that helps
Hey!t
Thank you for using the theme!
You can add a color section then add this on the text or html mode of the editor:
<a class="scroll-down-link" title="" href="#next-section">Click Here</a>
Best regards,
Ismael
Hi Ismael,
In the end, i’ve used a code block with the following code. That’s had a better result than I was trying for!
<a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>