LABforBrands Posted September 10, 2022 Share Posted September 10, 2022 Site URL: https://strawberry-wedge-j8ss.squarespace.com/menu Hi, I would like to change the color of the "additional options" in a Menu Block, in the picture where it says "vegano" you can see the detail. The is no option in SQSP, can I change the font, size and color with CSS? Link to comment
tuanphan Posted September 11, 2022 Share Posted September 11, 2022 Can you highlight it in screenshot? I don't see "vegano"? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution LABforBrands Posted September 11, 2022 Author Solution Share Posted September 11, 2022 nevermind, I solved it using the CSS below, thanks! 🙂 /* Change Menu Text */ .menu-item-option {  font-size: 12px !important;  letter-spacing: .1px !important;  line-height: 15px !important;  word-spacing: .01px !important;  text-transform: none !important;  text-align: center !important;  color: #FF8300 !important;  } Belizabeth and tuanphan 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment