Need help: Change header menu font + sticky header transparency?
-
Hi team,
I would like to ask two questions about the header:
How can I change the font style (family, size, weight) of the menu items in the header? I couldn’t find the option in Theme Settings → Typography.
Is there a way to adjust the background transparency (opacity) of the sticky header? For example, I would like the sticky header background to be slightly transparent when scrolling.
Thank you so much for your help!
Hello,
1. You can change the font style of the menu items via Theme Settings -> Typography -> Advanced -> create a rule with main navigation links – https://prnt.sc/3uIV2pBZJUVr and apply an appropriate style.
2. Try to use the code below for help:
.whb-sticked .whb-general-header {
background-color: #ffffff7a;
}
Kind Regards