ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,497
- Points
- 823
Reputation:
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...