Your account expired support, please renew to get your support.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27079
    darshil
    Support Expired

    Hello,

    The megamenu contains a lot of icons to choose from, but it didn’t contain the speaker icon that I was looking for. I found that we can enter “custom icon class” and so I pasted this code in the icon class name.

    `<i class=”bi bi-speaker”></i>

    Even after pasting the code, the menu didn’t fetch the icon. Please let me know how should I paste the class name so that I could use custom icons in mega menu. Thank you.

    For your reference, here is the screenshot where I pasted the icon code: https://prnt.sc/CQyIOQO_1qkO

    I got the code from this link – https://icons.getbootstrap.com/icons/speaker/

    Thank you.

    #27154

    Hi,

    1. You need to download the .svg icon file and upload it to the website’s Media
    2. In the custom icon class, you need to enter the custom class like this: https://prnt.sc/F0i__wPAcsjK
    3. Then add custom CSS:

    i.menu-icon.speaker:before {
        content: url(http://neptuneelectronics.in/wp-content/uploads/2022/09/speaker.svg);
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.