Menu border bottom Posted in : Read WP ClemParticipant 12 March 2022 at 10:38 #74957 Hello, How do I change color for menu border bottom ? Thanks Clémence serkanModerator 12 March 2022 at 14:08 #74970 Hi, You can use this custom css code; .main-navigation { border-bottom-color: #f00 !important; } Thanks ClemParticipant 13 March 2022 at 22:38 #74980 Hi Thanks, however it is not what I meant. I was not precise enough. I was more talking about the hover border bottom when the arrow goes on one menu item. Thanks serkanModerator 16 March 2022 at 12:38 #75001 Hi, You can sue this custom css code with the new color code; .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected { border-bottom: 1px dotted #ccc; } Thanks ClemParticipant 25 March 2022 at 23:55 #75206 Hi, That’s perfect. Thanks serkanModerator 26 March 2022 at 18:44 #75230 You are welcome. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register