Home › Forums › WoodMart support forum › Menu arrow Menu arrow This topic has 8 replies, 2 voices, and was last updated 10 months, 3 weeks ago by Hung Pham. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts January 22, 2024 at 3:55 pm #532238 interlexadooParticipant Hi, how to remove an arrow in the menu, when there is a submenu? Could you give me an css? Thanks Attachments:You must be logged in to view attached files. January 22, 2024 at 5:44 pm #532316 interlexadooParticipant ? January 23, 2024 at 9:02 am #532488 Hung PhamKeymaster Hi interlexadoo, Thanks for reaching to us. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: .wd-nav-main>li:is(.wd-has-children,.menu-item-has-children)>a:after { display: none; } Regards, January 23, 2024 at 1:16 pm #532622 interlexadooParticipant Hi, thanks but it’s not working, still displaying the arrow. January 23, 2024 at 4:16 pm #532712 interlexadooParticipant Hi, could you give me a working code? January 23, 2024 at 7:30 pm #532817 Hung PhamKeymaster Hi interlexadoo, It was my typo. Please remove previous Custom CSS code and try below one: .wd-nav-main.wd-nav > li:is(.wd-has-children,.menu-item-has-children)>a:after { display: none; } Regards, January 23, 2024 at 11:11 pm #532860 interlexadooParticipant Hi, arrow are still visible. January 23, 2024 at 11:24 pm #532862 interlexadooParticipant It was .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after { display: none; } Now it’s working Thanks January 24, 2024 at 6:42 am #532908 Hung PhamKeymaster Hi interlexadoo, Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help! If you have a quick minute we always appreciate a 5-star rating on our theme! https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492 Your feedback is the motivation to improve our work and services. Regards, Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to create new topics. Login / Register