How would I go about making the button “book a workshop” text color blue not yellow like my other menu items?
Hey goldiejake123,
Add this to quick css:
#menu-item-129 a .avia-menu-text, #top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext{
color:blue!important;
}
Best regards,
Jordan Shannon
Hot damn! Thanks!!