Home Forums WoodMart support forum mobile menu settings

mobile menu settings

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

    dschismenos
    Participant

    hey guys,

    need your help for the mobile menu

    A) how can we change the background color of the second level of our menu ?
    B) how can we change the font style of the menu ?

    thank you in advance

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

    Hello,

    You can change the font by means of 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/

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

    .wd-sub-menu li a {
    background-color:red;
    }

    Best Regards

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