Home New Guten Forums WoodMart support forum Need help: Change header menu font + sticky header transparency?

Need help: Change header menu font + sticky header transparency?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #668467

    reneersloan
    Participant

    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!

    #668486

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)