david1992 Hi
ItIn this custom HTML module, you can access the backend of your site by navigating to Modules and filtering by the ‘header-r’ position. From there, you can edit the content of this module.
<div class=“d-flex align-items-center justify-content-end”>
<a href=“index.php?Itemid=156” title=“Pricing” class=“btn btn-sm btn-outline-dark ms-2”>
<i class=“fas fa-cart-arrow-down d-block d-md-none”></i> <span class=“d-none d-md-block”>Pricing</span>
</a>
<a href=“index.php?Itemid=163” title=“Contact Us” class=“btn btn-sm btn-primary ms-2”>
<i class=“fas fa-id-card d-block d-md-none”></i> <span class=“d-none d-md-block”>Contact Us</span>
</a>
</div>
If you are not seeing these HTML elements, you may be using an editor. To disable the editor, navigate to Global Configuration and set the default editor option to “None.”
Regards