Home Forums WoodMart support forum How to change the color in the drop-down menu? How to make the menu font bigger?

How to change the color in the drop-down menu? How to make the menu font bigger?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #456278

    cmeng7680
    Participant

    How to change the color in the drop-down menu? How to make the menu font bigger?

    Attachments:
    You must be logged in to view attached files.
    #456450

    Hello,

    You can change the font using the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #456580

    cmeng7680
    Participant

    How to adjust the font of this drop-down menu?

    Attachments:
    You must be logged in to view attached files.
    #456878

    Hello,

    Please use this selector to set the custom font for the product category menu:

    .wd-nav-vertical >li >a span{
    color:red;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #456895

    cmeng7680
    Participant

    Is this css? Where exactly do I insert it?

    #457259

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    If you have any questions please feel free to contact us.

    Best Regards

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