hi, I’d like to change the following menu styling:
1. Desktop: I have a bilingual site with polylang, but the menu font spacing is too close for the Chinese version, may i know how to change the menu font spacing for the chinese version?
2. Mobile: I’d like to change the mobile menu font styling, including font spacing and size
3. Mobile: i’d like to change the background color of the mobile menu, including opacity
4. Mobile: I’d like to set the mobile navigation bar fixed and transparent when the menu is closed , i tried this code
@media (max-width: 767px) {
.responsive-ux.header-sticky #header {
position: fixed;}
}
but doesn’t work
Thank you