Change Menu ICON
Hello,
I am searching a way, maybe with CSS, to change MENU BUTTON on Simple header (the one with three lines), with some custom picture. But it seems that this is not a picture at all, am i correct? How to achieve this?
P.S: I saw that actually in ICONs, there is a icon icon-menu-fine. I will be fine with just instructions where is this icons file located, since i cannot find it and just to replace it.
I am searching a way, maybe with CSS, to change MENU BUTTON on Simple header (the one with three lines), with some custom picture. But it seems that this is not a picture at all, am i correct? How to achieve this?
P.S: I saw that actually in ICONs, there is a icon icon-menu-fine. I will be fine with just instructions where is this icons file located, since i cannot find it and just to replace it.
Comments
The image icon is icon-menu-fine. What to write to switch it with my custom image, that i will upload somewhere on the server? Can you provide me such support? Thanks in advance.
I tried this <i class="home" src="http://artag.shop/wp-content/uploads/2017/03/test.jpg"></i>
But i get only black square and i think is not correct.
But i have small issue. On all pages "height: 35px" as style works fine, except SHOP and CART page. I guess there is some other settings for them in templates.
Can you help me with css selector for them to put !important of height? Or if you suggest other way to adjust height of the icon.
.responsive-menu-toggle .home { height: 100px !important;}
is not working.
It turns out that proper selector is this one:
.responsive-menu-toggle > span:nth-child(1) { height: 45px !important;
width: 45px !important;
}
Thanks for the hint where to look.
}
.responsive-menu-toggle > span:nth-child(1) { height: 55px !important;
width: 55px !important;
}