Is there quick css to allow this?
Button style menu links are available only in top level of the menu.
Hey web6s,
I’m not sure if that would be possible, but send us a link to where we can see the element in question so that we can have a closer look.
Best regards,
Rikard
See private content
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
li#menu-item-80253132 .avia-menu-text,
li#menu-item-80253173 .avia-menu-text
{
background: orange;
padding: 10px;
border-radius: 5px;
color: white;
}
Best regards,
Yigit