Hi,
Can i add my own icon for menu as i did on SF menu. To replace the burger icon by my own as on https://tarekrabaa.com
Thx
Hi,
Can i add my own icon for menu as i did on SF menu. To replace the burger icon by my own as on https://tarekrabaa.com
Thx
Hey there,
Thanks for wriging around! You can do this via custom CSS, try adding the following CSS code in the Theme Options > CSS:
.ubermenu-responsive-toggle i:before {
content: url(https://tarekrabaa.com/wp-content/uploads/2018/04/ezgif.com-resize-2.gif) !important;
}
Just change the image URL with the actual image URL you want to display.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.