The Page footer is the section at the bottom of the page.This area typically contains the name of the company or organization's information.Some website footers may also include basic Images or, phrases, or additional links.Corporate website footers often include additional links to "Terms of Use," "Privacy Guidelines," and "Advertising" pages as well.
The Page Footer can be edited from the B2B Admin by selecting Website>Pages on the left sidebar.
From here select the page titled Footer from the list of available pages.
Select from the UI Elements in the right-hand toolbox to add them to your 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 & Orion icon libraries
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.
Sample HTML for Footer
<!-- Services block-->
<div class="bg-gray-100 text-dark-700 py-6">
<div class="container">
<div class="row">
<div class="col-lg-4 service-column"><svg class="svg-icon service-icon">
<use xlink:href="#destination-map-1"></use>
</svg>
<div class="service-text">
<h6 class="text-uppercase">FREE SWATCH SAMPLES</h6>
<p class="text-muted font-weight-light text-sm mb-0"><a
href="mailto:orders@repzio.com">COMPLIMENTARY DESIGN CONSULTATIONS</a></p>
</div>
</div>
<div class="col-lg-4 service-column"><svg class="svg-icon service-icon">
<use xlink:href="#customer-support-1"> </use>
</svg>
<div class="service-text">
<h6 class="text-uppercase"><a href="mailto:orders@repzio.com">QUICK EMAIL SUPPORT</a></h6>
<p class="text-muted font-weight-light text-sm mb-0"></p>
</div>
</div>
<div class="col-lg-4 service-column"><svg class="svg-icon service-icon">
<use xlink:href="#delivery-time-1"> </use>
</svg>
<div class="service-text">
<h6 class="text-uppercase">FAST SHIPPING!</h6>
<p>Most orders ship same or next day</p>
<p class="text-muted font-weight-light text-sm mb-0"></p>
</div>
</div>
</div>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.