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"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #225254

    javi2javi
    Participant

    Hello,

    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.
    #225351

    Hello,

    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

    #225490

    javi2javi
    Participant

    Thank 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.
    Javi

    Attachments:
    You must be logged in to view attached files.
    #225692

    Hello,

    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

    #241350

    javi2javi
    Participant

    Hi,

    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

    #241520

    Hello,

    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

Viewing 6 posts - 1 through 6 (of 6 total)