Home › Forums › WoodMart support forum › MENU UNDERLINING COLOR AND WIDGET LINE HEIGHT "EDIT ADDITIONAL MENU LIST"
MENU UNDERLINING COLOR AND WIDGET LINE HEIGHT "EDIT ADDITIONAL MENU LIST"
- This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by Elise Noromit.
-
AuthorPosts
-
September 10, 2020 at 3:09 pm #225254
javi2javiParticipantHello,
I have 2 queries:
1. I have configured in the Header Builder that the Menu module has underlined as in the following example:
https://woodmart.xtemos.com/demo-glasses/demo/glasses/But I don’t say that the underline color is the color I want, can you help me by telling me where I can modify it?
2. I have a very large Menu and the line height of the EDIT ADDITIONAL MENU LIST widget is very high. (I imagine it is to accommodate the labels). I would like the line space to be less.
Would it be possible to do it with CSS? If possible, would you help me with this?Thank you very much
Attachments:
You must be logged in to view attached files.September 11, 2020 at 5:48 am #225351
Elise NoromitMemberHello,
The color of the underline is configured in the Theme Settings > Styles and colors > Primary color.
Please provide your site URL I will provide custom CSS to reduce the gap.
Best Regards
September 11, 2020 at 11:55 am #225490
javi2javiParticipantThank you very much for your answer.
Regarding the primary color, I have it activated in the one I need but the color of the underline has not changed to the primary one.
Attached screenshots.Regarding the code to reduce the Gap, the web is in maintenance mode, I give you all the data in private.
Thank you very much.
JaviAttachments:
You must be logged in to view attached files.September 12, 2020 at 12:05 pm #225692
Elise NoromitMemberHello,
It should take the Primary color.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
November 13, 2020 at 4:24 pm #241350
javi2javiParticipantHi,
Could you provide me with the CSS code so that the space between lines of the additional Menu Widget is smaller?
On the other hand, I have done everything you have told me to find out what the problem is so that the underline of the Menu is the primary color but after deactivating everything and changing to the Main Theme, I still cannot solve it.
Can you help me with this?Javi
November 14, 2020 at 12:42 pm #241520
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.item-event-hover:hover>.sub-menu-dropdown p{ margin-bottom:10px; } body .whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after { background-color: red; }
Please replace “red” with the color you need.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register