Home › Forums › Support › Sub-menu This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 14, 2017 at 8:59 am #291242 Anderson Ojope Hello! How do I leave the sub-menu with the edges corners rounded ?. I’ve tried to do some things here, but it did not work. http://prntscr.com/ejvr44 https://goo.gl/XNX8Gs GeneratePress 1.3.44GP Premium 1.2.94 March 14, 2017 at 10:46 am #291304 TomLead Developer Lead Developer Hi there, Give this a shot: .sub-menu, .sub-menu > li:first-child > a { border-top-left-radius: 5px; border-top-right-radius: 5px; } .sub-menu, .sub-menu > li:last-child > a { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 14, 2017 at 11:52 am #291360 Anderson Ojope Thanks a lot for the help! March 14, 2017 at 4:12 pm #291568 TomLead Developer Lead Developer You’re welcome 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development 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