Footer Links can be found at the bottom section of all of your pages. These links could reference outside pages or pages and categories within your site.
The Page Footer Links can be edited from the B2B Admin by selecting Website>Pages on the left sidebar.
From here select the page titled footer-linksfrom the list of available pages.
Using the paragraph element, enter the title of each of the links you want to add.
Make the listed page titles hyperlinks as shown below.
After saving and publishing, visit your site, clear your cache, and view the footer links at the bottom of the page.
Do you know HTML & CSS or have a web manager that does?
Sell Theme utilizes...
- BootStrap framework
https://getbootstrap.com/docs/4.1/getting-started/introduction/
FontAwesome V5
Orion icon libraries -limited subset specific to the theme.
HTML & CSS can be added to the footer by....
- Adding a Paragraph or similar UI element.
- Clicking the element, then within the editor clicking the Source Code icon
- Pasting in your HTML / CSS
- Save and Publish your draft.
- Navigate back to the frontend of your B2B site and refresh the page. You may be required to clear your cache.
Example Footer-Link Code
<ul class="list-unstyled">
<li><a href="/categories/740880/Beauty" class="text-muted">Beauty</a></li>
<li><a href="/categories/741242/Art" class="text-muted">Art</a></li>
<li><a href="/categories/741216/Home%20Furnishings" class="text-muted">Home Furnishings</a></li>
<li><a href="/categories/741199/Jewelry" class="text-muted">Jewelry</a></li>
</ul>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.