skip to Main Content

Fix CSS to add icon to Elementor Menu – WordPress

I uploaded icons to my menu using class and css code (Wordpress + Elementor), but I can't remove the space between the icon and the text. Used the following code example: .frio { background-image: url('https://zine.unlatino.com/wp-content/uploads/2022/05/icon_frio.svg'); background-repeat: no-repeat; background-position: left; background-size:…

VIEW QUESTION

How to catch click in wordpress menu item

I'm trying to add and click event listener to a menu item in my Wordpress main menu through the css class name. The menu item looks as follows: <li class="custom-menu-button menu-item menu-item-type-custom menu-item-object-custom menu-item-5404"> Kontaktieren Sie uns I'm using the…

VIEW QUESTION
Back To Top
Search