Home › Forums › WoodMart support forum › Change font size of categories
Change font size of categories
- This topic has 7 replies, 2 voices, and was last updated 1 year, 11 months ago by Elise Noromit.
-
AuthorPosts
-
November 30, 2022 at 4:28 am #424882
HericParticipantHello how are you?
I can’t change the font that is used in the categories menu, I’ve tried changing all the default fonts and also creating a custom one but with no results.
Can you guide me?
Thanks.
November 30, 2022 at 7:13 am #424921
Elise NoromitMemberHello,
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/
Best Regards
November 30, 2022 at 9:18 pm #425195
HericParticipantHello how are you?
Thanks for the feedback.
I’ve already tried using the CSS font class in the advanced settings and it still doesn’t work. I can only change it directly with CSS code.
In other fonts I can change using the advanced font options, but the dropdown menu I cannot change.
The class it’s giving me is .wd-sub-menu or a.woodmart-nav-link.
I can’t send you the link to the site, because it’s in local host, but it’s the secondary menu that I can’t change the font settings.
If you can add this option there in the list of advanced fonts it would be better.
Attached is the print of the font that I cannot change.
I await a return.
Thanks.
Attachments:
You must be logged in to view attached files.December 1, 2022 at 7:14 am #425261
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
December 1, 2022 at 4:51 pm #425440
HericParticipantHello how are you?
As I said in the last message, I can’t send you access to the site, because it’s on localhost. But it’s the secondary menu that I can’t change the font settings.
Awaiting return.
December 2, 2022 at 5:50 am #425566
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-sub-menu li>a { color: var(--sub-menu-color); font-size: 14px; line-height: 1.3; }
Change the color and size as per your needs.
Best Regards
December 4, 2022 at 12:22 am #426012
HericParticipantHello,
These configurations I already made provisionally, but I wanted to be able to customize font types, hover and others.
If you can add in the next updates it would be interesting.
Even if I modify the CSS directly, I have to use the !important tag.
Maybe that’s why I can’t change the custom fonts, I have to add the priority for the modifications.
Thanks for the support, I look forward to news.
December 4, 2022 at 9:51 pm #426123
Elise NoromitMemberHello,
When you create an HTML block with sub-menu items. You can add a class and then use Advanced typography and this custom class. We can get back to this issue as soon as you move your site to a live domain. I will help you in adding the class and detect the selector. In this case you will not need custom CSS and important.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: font size
- You must be logged in to create new topics. Login / Register