Home › Forums › Space themes support forum › Border Nav Menu Border Nav Menu This topic has 3 replies, 3 voices, and was last updated 5 months, 3 weeks ago by Luke Nielsen. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 27, 2024 at 5:10 pm #576009 VladParticipant Hello! How do I remove the border? (https://prnt.sc/X_5vviF-cTLG) it should be like this https://prnt.sc/gNIZVJgEwirx This topic was modified 5 months, 3 weeks ago by Vlad. This topic was modified 5 months, 3 weeks ago by Vlad. June 28, 2024 at 1:17 pm #576191 Jean-MichelParticipant Hi, What is your shop URL? Best regards June 28, 2024 at 1:32 pm #576195 Jean-MichelParticipant Try adding this code to Theme Settings Global CSS. Increase or decrease the padding-bottom value to adjust the height. .xts-nav.xts-style-separated>li:after { border-width: 0px; padding-bottom: 0.5px; } July 2, 2024 at 10:26 am #576959 Luke NielsenKeymaster Hello, Sorry for the delay. Use the below code to disable the border: .wd-header-cats .wd-dropdown-cats .wd-design-default>li:not(:last-child) { border-bottom: none; } Define it in Theme Settings -> Custom CSS. Kind Regards Author Posts Tagged: css menu nav border Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register