Hi,
I haven’t been able to find an answer to this in your forums:
can you please provide the CSS code that will allow me to change the Fullwidth Sub Menu button border color and thickness.
Thanks!
Hey stasiamak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .mobile_menu_toggle {
border: 2px solid green;
}
Regards,
Yigit
Hmmm – that didn’t work, unfortunately…
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Please view link below in private reply:
Hi!
Please add following code to Quick CSS and adjust as needed
#top .av-menu-button > a .avia-menu-text {
border: 1px solid red;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Perfect! That worked. Thank you.