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?
Attachments:
You must be
logged in to view attached files.
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
How to adjust the font of this drop-down menu?
Attachments:
You must be
logged in to view attached files.
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
Is this css? Where exactly do I insert it?
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