Hi
Noticed on the custom header builder ( also remember there are other issues with this as I have pointed out (100% theme related) -> https://www.8theme.com/topic/problem-with-using-custom-header-new-products-is-showing-wrong-header/ ) that when you try and save the mini-cart message from theme -> header builder -> basket it is stripping the saved html (or text).
So for instance, where I have saved the following in the main header – all pages – it saves fine and does as it should:
<i class="et-icon et-delivery" style="font-size: 30px; margin-right: 10px;"></i> <span style="font-size: 16px;"><a href="/delivery-info/">Delivery Info & Timeframes</a></span>
If I save the same code to the custom header for homepage transparent only – it strips it out down to this:
<i class="\"et-icon"></i> <a href="\"/delivery-info/\"">Delivery Info & Timeframes</a>
See private for more info and login access.
Thanks