Home Forums WoodMart support forum How to add icon to Mega Menu widget title?

How to add icon to Mega Menu widget title?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253254

    kaytelle
    Participant

    I have tried to insert this in the title field of my Mega Menu widget on the home page, but the icon does not appear – only the text. Is there some other solution to this?
    <i class=”fas fa-home”></i> MENU

    #253277

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :)

    It is not possible to add an icon in the title field of the mega menu widget.

    Please just add the text in the title and to add the icon try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_nav_mega_menu > .widget-title::before {
    	content: "\f007";
    	font-family: "Font Awesome 5 Free";
    }

    Regards.
    Xtemos Studios.

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