Home › Forums › Support › Remove border from last menu bottom This topic has 10 replies, 3 voices, and was last updated 7 years, 6 months ago by David. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts September 18, 2018 at 12:39 am #679838 Edwin Hi What is the css for removing the last border right from bottom menu? .bottom .menu li a Thanks Edwin September 18, 2018 at 1:30 am #679879 DavidStaff Customer Support Hi there, Can you show me the CSS have you added for the border ? You can paste it in the reply and wrap it using the ‘code’ button in the text editor. September 18, 2018 at 2:17 am #679910 Edwin Hi David I believe it is part of generate press menu. Footer menu. I didn’t added any css. September 18, 2018 at 3:51 am #679986 DavidStaff Customer Support Can you remove the coming soon from the site so i can see the issue? September 18, 2018 at 4:06 am #679992 Edwin Hi David I can not remove the coming soon, but you can login as a subscriber and after login go to the website. /wp-admin david testing200 Thanks Edwin September 18, 2018 at 9:24 am #680346 LeoStaff Customer Support Hi there, You can use this selector to exclude the last item in the menu: .bottom .menu :not(:last-child) a Let me know if this helps 🙂 September 18, 2018 at 6:10 pm #680673 Edwin Hi Leo I removes the right border from all list items in the bottom menu, except last one. It should be the other way around. Thanks Edwin September 18, 2018 at 6:17 pm #680676 DavidStaff Customer Support Add the border using this CSS: .bottom .menu li:not(:last-child) a { border-right:1px solid #cccccc; } September 18, 2018 at 6:46 pm #680694 Edwin Hi David No, that didn’t work. I want to remove the last border right from list items in the bottom menu. Kind Regards Edwin September 18, 2018 at 9:24 pm #680767 Edwin Update: Got it to work by doing this: .bottom .menu li a:link { border-right:0px solid #cccccc; } .bottom .menu li:not(:last-child) a { border-right:1px solid #cccccc; } Thanks Edwin September 19, 2018 at 1:49 am #680874 DavidStaff Customer Support Thats great, Glad to hear you got it resolved. Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In