Menu icons not showing in child theme
-
Hi!
I am trying to add icons to my menu (I am using child theme), using method described here (https://www.sktthemes.org/wordpress/add-icons-wordpress-custom-menus/) – adding css class to menu item. The class is added properly, CSS seems to be correct but the icon does not appear ??
CSS:
.searchicon{
background-image: url(‘https://mozolewska.pl/kdk/wp-content/uploads/2020/12/SZUKAJ-04.svg’);
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
}What could me the problem?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Menu icons not showing in child theme’ is closed to new replies.