Home Forums WoodMart support forum Extra menu list

Extra menu list

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #310446

    Zellsaint
    Participant

    Hello,

    I’m creating an HTML block and I see that there are two things it won’t let me do in the Extra menu list option.

    – Put in lowercase.

    – Make underline

    Is it possible to make these changes?

    Thanks.

    All the best,

    #310453

    Hello,

    Please, provide your site admin access to the private area. I will check and give the custom CSS.

    Best Regards

    #310578

    Zellsaint
    Participant

    Hi,

    There You have.

    Thanks

    #310707

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .platform-Windows .wd-dropdown-menu.wd-design-full-width {
        background-color:yellow;
    }
    body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a {
        text-transform:none;
    }
    .wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a:hover{
        text-decoration:underline;
    }
    body .wd-sub-menu li a:hover {
         text-decoration:underline;
    }

    Best Regards

    #310745

    Zellsaint
    Participant

    Hello,

    The lower case have worked, but the underline I was referring to continuously not in the hover.

    Would it be possible to perform these actions within WPBakery instead of by code?

    Thanks.

    #310925

    Zellsaint
    Participant

    Hi!

    Is there any possibility of making those changes that I have commented on in WPBakery? It would be easier for me to change the font size or underline using that format.

    Thanks!

    #311259

    Hello,

    Please update the credentials I cannot log in.

    Best Regard

    #311380

    Zellsaint
    Participant

    Credentials are still the same.

    Is it posible to do in WPBakery what I asked?

    Thanks

    #311601

    Hello,

    I am checking the mega menu block, and the underline appears on hover:

    Please clarify what block you mean, give me, please page URL and screen.

    Best Regards

    #313261

    Zellsaint
    Participant

    Hello Elise,

    Ok, let me check because I don´t see what u send me in the screenshot.

    Thanks

    #313327

    Hello,

    I removed the screen from the public, please clear the cache in your browser and in the site and check again: menu items are underlined on hover in the megamenu block. If you want the underline in another place, please clarify.

    Best Regards

    #316905

    Zellsaint
    Participant

    Thanks a lot Elise.

    Can You tell me how Can I make the menu lowercase with a capital first letter? I´m not talking about the dropdown, but the main menu.

    Thanks!!

    #316987

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    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/

    You need to choose the main menu and chose “none” https://prnt.sc/1rh0z4i

    Best Regards

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