Hi, I have two buttons in my menu. Both have a solid line currently, but I’d like to give one of them, the one called ‘webshop’, a dashed line. How can I alter this element to the border-style: dashed; ?
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all #header.header_color #menu-item-2127.av-menu-button-bordered > a .avia-menu-text {
border-style: dashed;
}
Best regards,
Yigit
works like a charm!