Home Forums WoodMart support forum Style BROWSE CATEGORIES menu

Style BROWSE CATEGORIES menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #45985

    VivaDigital
    Participant

    Hi,
    is possible to change style of categories menu? I would like a rounded style for this “button”. Thank you!

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

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .menu-opener {
    	border-radius: 15px;
    }

    Regards

    #46154

    VivaDigital
    Participant

    Works really good! Can I also add a rounded style for the “white space” of the menu? I mean, categories furniture, cooking, accessories… with a rounded style

    Thank you again.

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

    Artem Temos
    Keymaster

    Do you mean to round each menu item or the whole element at once?

    #46172

    VivaDigital
    Participant

    Yes

    #46175

    Artem Temos
    Keymaster

    So for separate items or for the whole block? Please, show us on the screenshot how do you want to apply the rounded style.

    #46207

    VivaDigital
    Participant

    Yes, I would like the whole block rounded. Thank you for reply! 🙂

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

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .menu-categories-container > .menu {
    	border-radius: 20px;
    }
    
    .menu-categories-container > .menu > li:first-child > a {
    	border-radius: 20px 20px 0px 0px;
    }
    
    .menu-categories-container > .menu > li:last-child > a {
    	border-radius: 0px 0px 20px 20px;
    }

    Regards

    #46238

    VivaDigital
    Participant

    Thank you! It works! 🙂 🙂

    #46247

    Artem Temos
    Keymaster

    Great, you are welcome 🙂

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