F

Adding a link to the footer. It worked, but...

  • Thread starter Thread starter FoP
  • Start date Start date
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...
 
Similar threads Most view View more
Back
Top Bottom