Home › Forums › WoodMart support forum › How to set the menu font size?
How to set the menu font size?
- This topic has 22 replies, 2 voices, and was last updated 3 weeks, 2 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 10, 2025 at 7:08 pm #685622
apaParticipanthello,team
1. How do I set the menu font size? (view attachment 1.png)
2. How do I change the menu background color when the mouse is over it? (view attachment 2.png)Best Regards,
Attachments:
You must be logged in to view attached files.September 11, 2025 at 8:42 am #685675
Aizaz Imtiaz AwanKeymasterHello,
01. You can change the menu font color by following these steps:
1. Navigate to Theme Settings > Typography > Advanced Typography
2. Create a new rule for the “Main Navigation Links” item.
3. Adjust the font settings as needed: https://ibb.co/h7NwMp5For detailed instructions, please refer to the documentation:
https://xtemos.com/docs/woodmart/advanced-typography-settings/02. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
September 12, 2025 at 6:52 pm #686220
apaParticipantHello ,
1. I have create a new rule for the “Main Navigation Links” item. but it didn’t work
2.I have share my Site WP-ADMIN Login details
3.I also need to set the first-level directory and second-level directory to change the background color when the mouse hover them. How do I set it?Best Regards,
Attachments:
You must be logged in to view attached files.September 13, 2025 at 10:57 am #686257
Aizaz Imtiaz AwanKeymasterHello,
The login link details you provided are not working anymore. Please share the correct login details so I can check the issue and give you a possible solution.
Best Regards,
September 13, 2025 at 2:17 pm #686284
apaParticipanthello
plz try a againBest Regards,
September 15, 2025 at 8:12 am #686362
Aizaz Imtiaz AwanKeymasterHello,
Your header menu issue has been resolved. Check back your site and check the issue. Navigate to Theme Settings -> Typography -> Advanced and check the settings.
For the background color, Try to add the following custom css code in Theme Settings -> Custom CSS.
.whb-header-bottom .wd-dropdown { background-color: #dedede; }
Best Regards,
September 16, 2025 at 4:17 am #686559
apaParticipanthello,
1. I have create a new rule for the “Main Navigation Links” item. but it didn’t work
2. When the mouse passes over each item, the background color of the item changes instead of setting the entire background colorBest Regards,
September 16, 2025 at 12:48 pm #686627
Aizaz Imtiaz AwanKeymasterHello,
01. Please see these settings for the header menu.
https://postimg.cc/Vr2vW6nH02. I have added the code in the Theme Settings -> Custom CSS, and the drop-down background color is changing fine. Try to change the color code and check the issue. Can you please tell me what you actually want?
Best Regards,
September 16, 2025 at 6:29 pm #686698
apaParticipanthello ,
1—–thank you ,it work
2—- I want to change the bg color when the mouse hover menu options (View attachment)Attachments:
You must be logged in to view attached files.September 17, 2025 at 9:13 am #686744
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I can check and give you a possible CSS code?
Best Regards,
September 17, 2025 at 2:55 pm #686817
apaParticipanthi
the page URL
https://www.chinawearpro.com/
https://interstate-mcbee.com/products/https://class8truckparts.com/genuine-volvo-truck-parts.html
Best Regards,
September 17, 2025 at 4:07 pm #686843
Aizaz Imtiaz AwanKeymasterHello,
It seems you’ve shared WordPress logins for one site, mentioned three other websites, and the screenshot you attached is from yet another site.
Could you please confirm the exact website where you want to change the menu hover color, and provide the correct admin login details for it? Once I have the right information, I’ll check and share a possible solution.
Best Regards,
September 17, 2025 at 8:58 pm #686901
apaParticipantHello,
I uploaded the Attachment.
1. When you hover your mouse over the image, the background color of the current selection in the navigation bar changes (see Attachment 1).
2. When you hover your mouse over the image, the background color of the selection in the lower box of the navigation bar changes (see Attachment 2).Best Regards,
Attachments:
You must be logged in to view attached files.September 18, 2025 at 10:57 am #686980
Aizaz Imtiaz AwanKeymasterHello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-sub-menu li > a { display: block; width: 100%; padding: 8px 15px; } /* Full-width background on hover */ .wd-sub-menu li > a:hover { background-color: #ff6600 !important; color: #fff !important; }
Best Regards,
September 21, 2025 at 5:56 pm #687394
apaParticipanthello,
Question 1:
Where can the font size of the Post page title (the main post heading) be set?Question 2:
Where can the font and font size of the Post content (body text and content headings) be set?Question 3:
Where can the font sizes for Post content headings (H1, H2, H3, H4, H5, H6) be set?as attached
Best Regards,
Attachments:
You must be logged in to view attached files.September 21, 2025 at 6:13 pm #687396
apaParticipanthello,
Question 1:
ResolvedQuestion 2:
Where can the font and font size of the Post content (body text and content headings) be set?Question 3:
Where can the font sizes for Post content headings (H1, H2, H3, H4, H5, H6) be set?
as attachedBest Regards,
Attachments:
You must be logged in to view attached files.September 22, 2025 at 8:51 am #687455
Aizaz Imtiaz AwanKeymasterHello,
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,
September 22, 2025 at 6:01 pm #687583
apaParticipantHello,
Where can the font sizes for Post content headings (H1, H2, H3, H4, H5, H6) be set?I can’t find the font size settings for H1, H2, and H3 content in the article.
plz help
best regards
September 23, 2025 at 9:18 am #687631
Aizaz Imtiaz AwanKeymasterHello,
To change the styles of heading tags, please navigate to the Theme Settings > Typography > Basic and change the font settings in the “Title font” area.
See Screenshot for better understanding: https://postimg.cc/G4dZxNws
Best Regards,
September 23, 2025 at 7:23 pm #687721
apaParticipanthello,
My question is
I need to change the Size of the Title font, not the Title Font.Best Regards,
September 24, 2025 at 9:41 am #687808
Aizaz Imtiaz AwanKeymasterHello,
01. For the single post title, try to use this custom css in Theme Settings > custom css:
.wd-content-area .wd-single-post-header h1.wd-post-title, .wd-content-area .wd-entry-content h1.wp-block-heading { font-size: 40px !important; }
02. For the heading tag (H1, H2, H3, H4, H5, H6). Navigate to the Theme Settings > Typography > Basic and change the font settings in the “Title font” area.
See Screenshot for better understanding: https://postimg.cc/G4dZxNws
03. For the body content, navigate to the Theme Settings > Typography > Basic and change the font settings in the “Text font” area.
Best Regards,
September 25, 2025 at 9:15 pm #688096
apaParticipanthello,
02. For the heading tag (H1, H2, H3, H4, H5, H6). Navigate to the Theme Settings > Typography > Basic and change the font settings in the “Title font” area.I mean Size of Title font no change the font settings in the “Title font” , Size of heading tag (H1, H2, H3, H4, H5, H6) need change
H1 font-size: 60px ;
H2 font-size: 52px ;
H3 font-size: 42px ;
H4 font-size: 36px ;
H5 font-size: 26px ;
H6 font-size: 20px ;
Do you get what i mean?Best Regards,
September 26, 2025 at 10:10 am #688147
Aizaz Imtiaz AwanKeymasterHello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-content-area .wd-entry-content h1.wp-block-heading { font-size: 60px !important; } .wd-content-area .wd-entry-content h2.wp-block-heading { font-size: 52px !important; } .wd-content-area .wd-entry-content h3.wp-block-heading { font-size: 42px !important; } .wd-content-area .wd-entry-content h4.wp-block-heading { font-size: 36px !important; } .wd-content-area .wd-entry-content h5.wp-block-heading { font-size: 26px !important; } .wd-content-area .wd-entry-content h6.wp-block-heading { font-size: 20px !important; }
Best Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register