I'm using Squarespace 7.1 is there any way to make just the header navigation button to the"outline" style without changing the rest of the buttons? There's not an option for it in header button so I'm wondering if it has to be CSS.
Something like:
.header-actions-action .btn {
style: outline !important;
}
Although, this CSS doesn't work of course 🤦♂️
Thanks!