Home Forums WoodMart support forum Header builder top bar icons

Header builder top bar icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #322332

    How do I insert a different icon into these html sections in the top bar? Ideally I would like to put a phone icon and phone number (both clickable) and a mail icon with email (both clickable). Thanks again for all the help! You guys have been great!

    Attachments:
    You must be logged in to view attached files.
    #322354

    Luke Nielsen
    Keymaster

    Hello,

    In order to insert another icon, please, click on the “Text” tab, and where you have an “img” tag replace it with the “i” tag from font awesome with the necessary icons.

    https://monosnap.com/file/IuqYKx1JJf34VM86QijAHg0W7skCoi

    https://monosnap.com/file/SnOQ6lNKKuNVzgUY3b2hZ8XE7rusze

    Kind Regards

    #322404

    Thank you for responding. I’m still confused on the html. Could you please type exactly what I need to put in for these two items:

    phone icon 847-561-7223 (displayed text clickable)
    email icon info@almacen-us.com (displayed text clickable)

    Attachments:
    You must be logged in to view attached files.
    #322460

    Luke Nielsen
    Keymaster

    Hello,

    In the “Text” tab of TEXT/HTML content, you need to replace the “img” tag with the “i” tag from font awesome

    https://monosnap.com/file/qXypBVdUxcj1Yue2PRvSPYKsY50bUC

    Here is example how it should look like:

    <a href="#'> <i class="far fa-envelope"></i> INFO@ALMACEN-US.COM<a>
    
    <a href="#"> <i class="fas fa-phone"></i> NEWSLETTER</a>

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)