Hi rkrams,
You will need to add custom CSS for this in your theme styles.css file.
Each menu item should have a unique ID or class value which you can then hook into using CSS and apply a background image and padding to create this effect.
This is relatively simple if you know a bit of CSS otherwise you may need to get a developer to achieve this for you.
All the best
Thread Starter
rkrams
(@rkrams)
Hi thanks, sorry for not being clearer, what i want is the icon to appear only for the mobile menu and not on the desktop site.
SO is there a place in responsive menu plugin were i can directly hook these icons.
Hi rkrams,
There is nothing specifically for this in the plugin but you can add the CSS inside a media query which will then only show at a specific breakpoint or if you pre-prend your style with #responsive-menu then it will only appear on the responsive menu not the desktop one.
Hope that helps!
Thread Starter
rkrams
(@rkrams)
hi thanks a bunch that should help.
Hi rkrams,
A pleasure- hope it works for you!