Home › Forums › WoodMart support forum › Change the font/size of the extra menu list?
Change the font/size of the extra menu list?
- This topic has 19 replies, 2 voices, and was last updated 4 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
March 13, 2020 at 2:50 pm #179809
vsupplierParticipantI would like to add a simple drop down, but every time I add a Extra Menu List the first instance is always extra bold (like a title) and the following addons are what I’m looking for.
For example, you can see the issue in the following photo. I want the dropdown to ONLY look like Small Sofas, Armchairs, etc. Instead, the first one is a “title” called Coils and is bold and stands out.
March 13, 2020 at 3:45 pm #179823
Elise NoromitMemberHello,
Please provide your site URL I will provide custom CSS. If your site is under maintenance, please provide your site admin access to the private area.
Best Regards
March 13, 2020 at 4:24 pm #179840
vsupplierParticipantPosted is the details.
March 13, 2020 at 6:54 pm #179857
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.mega-menu-list li a span{ font-weight:400; }
Best Regards
March 13, 2020 at 7:05 pm #179863
vsupplierParticipantBut I want to use the “bold title” on some parts of the menu, just not on that particular one. By changing the global theme css, I would affect all the others?
March 13, 2020 at 7:48 pm #179871
Elise NoromitMemberHello,
Try to add a class to the Extra list element and I will assign styles to this selector. Styles would be applied to the elements which have this class.
Best Regards
March 13, 2020 at 9:20 pm #179872
vsupplierParticipantWhere can I find the extra list element? I understand how CSS structure works, but I’m not fluent in it.
March 14, 2020 at 9:45 am #179923
Elise NoromitMemberHello,
The extra menu list is in the HTML block which relates to the certain menu item https://xtemos.com/docs/woodmart/create-menu-2/
Best Regards
March 16, 2020 at 2:42 pm #180241
vsupplierParticipantOk I added this class to the Menu Category 2 menu that i’m using as a test.
Attachments:
You must be logged in to view attached files.March 16, 2020 at 4:10 pm #180259
Elise NoromitMemberHello,
Have a look at the screen https://gyazo.com/b5a3a5d9def673dbce7330b76e9b781a
Enter the appropriate HTML block and insert the class, just any word into the field.
Best Regards
March 16, 2020 at 8:19 pm #180284
vsupplierParticipantYes, I added the “EditAccessoriesBold” css field. Where would I go to assign the code above to “EditAccessoriesBold”?
March 17, 2020 at 11:27 am #180410
Elise NoromitMemberHello,
I do not see this class in the markup of HTML, please provide your site admin access and show me which items you want to set regular.
Best Regards
March 17, 2020 at 7:42 pm #180577
vsupplierParticipantI must have forgot to hit update. I included the css class “AccessoriesBold” now
March 18, 2020 at 7:35 am #180631
Elise NoromitMemberHello,
Provide the screen which item you have added this class.
Best Regards
March 18, 2020 at 2:56 pm #180756
vsupplierParticipantIt’s under HTML Block name “Menu-category-2”
March 18, 2020 at 9:34 pm #180807
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
March 19, 2020 at 5:42 pm #181036
vsupplierParticipantOk. I will need to recreate this on another site in the future, so I would appreciate describing how you changed it!
March 19, 2020 at 9:18 pm #181077
Elise NoromitMemberHello,
Assign class as shown: https://gyazo.com/d0ff4fdc15a7aab238b3da224e3712fa
Please add this code to the Theme Settings > Custom CSS > Global:
body ul.EditAccessoriesBold > li > a span{ font-weight:400; color:red; }
Best Regards
March 20, 2020 at 9:02 pm #181324
vsupplierParticipantThe problem is, you can still tell the “Coils” is a Title with the added CSS you gave me. I want the Coils to be indistinguishable from the others underneath.
March 21, 2020 at 9:56 am #181356
Elise NoromitMemberHello,
Remove line
color:red;
it was added just to demonstrate.Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register