Home › Forums › Support › a colored line under the chosen menu This topic has 5 replies, 2 voices, and was last updated 1 year, 7 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 22, 2020 at 1:21 am #1540746 diedrich Hello, how do I make a colored line under the chosen menu in the menu if you choose a sub menu greeting Died diedrich streuper www.davidbowieworld.nl November 22, 2020 at 6:35 am #1540923 DavidStaff Customer Support Hi there, can you share a link to your site so i can see what you have so far? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 22, 2020 at 6:42 am #1540930 diedrich http://www.davidbowieworld.nl Tnx diedrich streuper www.davidbowieworld.nl November 22, 2020 at 7:30 am #1541197 DavidStaff Customer Support You can underline the Current Parent Menu item with this CSS: .main-navigation li.current-menu-parent > a { text-decoration: underline; } Or add a border below the menu item with this: .main-navigation li.current-menu-parent > a { border-bottom: 1px solid #9e0000; } This option allows you to change the border thickness and its color Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 22, 2020 at 9:39 am #1541297 diedrich Thank you David !! thats what I want greeting Diedrich diedrich streuper www.davidbowieworld.nl November 23, 2020 at 1:15 am #1541889 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In