Home › Forums › WoodMart support forum › Style BROWSE CATEGORIES menu Style BROWSE CATEGORIES menu This topic has 9 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts March 14, 2018 at 2:56 pm #45985 VivaDigitalParticipant 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. March 14, 2018 at 3:10 pm #46002 Bogdan DonovanKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings. .menu-opener { border-radius: 15px; } Regards March 15, 2018 at 8:16 am #46154 VivaDigitalParticipant 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. March 15, 2018 at 9:08 am #46164 Artem TemosKeymaster Do you mean to round each menu item or the whole element at once? March 15, 2018 at 9:28 am #46172 VivaDigitalParticipant Yes March 15, 2018 at 9:37 am #46175 Artem TemosKeymaster So for separate items or for the whole block? Please, show us on the screenshot how do you want to apply the rounded style. March 15, 2018 at 11:24 am #46207 VivaDigitalParticipant Yes, I would like the whole block rounded. Thank you for reply! 🙂 Attachments:You must be logged in to view attached files. March 15, 2018 at 12:52 pm #46218 Bogdan DonovanKeymaster 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 March 15, 2018 at 1:44 pm #46238 VivaDigitalParticipant Thank you! It works! 🙂 🙂 March 15, 2018 at 2:04 pm #46247 Artem TemosKeymaster Great, you are welcome 🙂 Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register