Remove last menu item bottom line

This commit is contained in:
Jorit Tijsen
2024-03-20 12:42:52 +01:00
parent 5b9dc7c7f3
commit fd2b17689c
3 changed files with 7 additions and 1 deletions

View File

@@ -399,6 +399,9 @@ div.pp_default .pp_close:hover {
border-bottom: 1px solid #f8f8f8;
text-transform: uppercase;
}
.menu-submenu ul li:last-child a, .mobile_menu_container ul li:last-child a {
border-bottom: none;
}
.menu-submenu > ul, .mobile_menu_container > ul {
padding: 20px;
border-radius: 3px;

File diff suppressed because one or more lines are too long