Home › Forums › Support › Remove radius and shadow on off-canvas menu This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 25, 2022 at 3:56 am #2432706 Salty Communication Hi! I have been trying to remove the radius and shadow on the off-canvas menu used on mobile/tablet without success… Could you please give me a helping hand? Thanks! -J November 25, 2022 at 5:24 am #2432865 DavidStaff Customer Support Hi there, you have this CSS: .main-navigation .sub-menu { border-radius: 10px; box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2); } Change that to: .site-header .main-navigation .sub-menu { border-radius: 10px; box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2); } November 25, 2022 at 5:32 am #2432874 Salty Communication Perfect. Thanks David! November 25, 2022 at 6:25 am #2432992 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In