Hi there! Is anyone able to please give me a piece of code to increase the font spacing on the mega menu of the Be Yours theme.
This is our website. https://eventwandererco.com.au/
Thanks!
https://eventwandererco.com.au/
A user is seeking CSS code to increase letter spacing in the mega menu of the Be Yours Shopify theme.
Request:
Solution Provided:
assets/base.css fileletter-spacing: 2px !importantStatus: A solution has been offered but no confirmation yet on whether it resolved the issue.
Hi there! Is anyone able to please give me a piece of code to increase the font spacing on the mega menu of the Be Yours theme.
This is our website. https://eventwandererco.com.au/
Thanks!
https://eventwandererco.com.au/
Please add below css code at bottom of assets/base.css file
.list-menu-child span.label {
letter-spacing: 2px !important;
}
Thank you.