F
FoP
Guest
So I want to add a link to an About Us page in the footer and have been playing in a demo with it.
First I went this route:
-create a phrase
-create a page
-modify the page container, insert this code into the footer:
<div class="footer-button">
<a href="{{ link('pages/about-us') }}" class="button">About Us</a>
</div>
The button worked fine, linking to the About Us page but getting the button in the right place and styling it was a problem. After putting some code in extra.less...
Read more
Continue reading...
First I went this route:
-create a phrase
-create a page
-modify the page container, insert this code into the footer:
<div class="footer-button">
<a href="{{ link('pages/about-us') }}" class="button">About Us</a>
</div>
The button worked fine, linking to the About Us page but getting the button in the right place and styling it was a problem. After putting some code in extra.less...
Read more
Continue reading...