Add Icons to the Wordpress Menu with 3 Methods - Wordpress Tutorial

preview_player
Показать описание


Add Icons to the Wordpress Menu with 3 Methods - Wordpress Tutorial

CODE is in the PINNED COMMENT below.

We love to create - share - respond - and deliver.

Hire us to work on your Website!

Рекомендации по теме
Комментарии
Автор

CODES >

Method 1 with Font Awesome
<div class="menu-item" style="display: flex; align-items: center;">
<i class="fas fa-home" style="margin-right: 10px;"></i>
<span class="menu-text">Home</span>
</div>

Method 2 with Local Image or SVG
<div class="menu-item" style="display: flex; align-items: center;">
&nbsp;<span class="menu-text">Home</span>
</div>

Method 3 with Dashicons - big thanks to Julia Liebknecht for the code!
<span><i aria-hidden="true" class="dashicons dashicons-admin-users"></i> About</span>

websquadron
Автор

Thank you very much, it worked completely fine, plus when you hover the mouse it picks up the text effect. Simply sensational!!!

bixodoido
Автор

Absolute gold and exactly what I was looking for!!! - thanking you 😊

Madden
Автор

Thank you for your very, very quick reply & Thank you mate ;)

marcpovell
Автор

Hi, great video! Just wondering if its possible to add the icon on top of a text in the navigation menu. Many thanks!

madetoshareTVLmoments
Автор

Hi Imran, i'm building a website with a Mega Menu (dropdown in 1 item of nav) with Elementor PRO Mega Menu. I watched all your video about the accessibility, so you suggest to add and hide the default Wordpress Menu on the Header. Is it the only way or there is a solution with aria label values to add in Elementor Menu or something like that? The other solution will be to use a Mega Menu plugin.

Thanks in advance for your patience and support.

off___billy
Автор

Fab Idea, but I'm struggling to find the actual codes to use, where are they please ?

marcpovell
Автор

Could you provide me with detailed instructions on how to install additional icons? I am having trouble with installing the icon.

learnearn
Автор

I would like to add the icon on the mobile menu. Is that possible ??

JocelinCarvajal
Автор

What if you'd like the word Home to disappear when you navigate away from the homepage and replace it with a backward arrow and 'Back to Home' text?

kudrah