jnicoleb Posted April 30 Posted April 30 Hi! When viewing my mobile menu while on the home page, "Medical dermatology" and "Cosmetic dermatology" are both underlined even though they are not active pages and aren't even clickable pages. When viewing the mobile menu on any page other than the home page, they aren't underlined which is how I would like it to be. Does anyone know how to help fix this? Thank you in advance! site: https://brannata-dermatology.squarespace.com/ password: bd
jnicoleb Posted April 30 Author Posted April 30 I also just noticed that when viewing any of the dropdown menu pages under "medical dermatology", the "Medical Dermatology" underline is spanning the same width as the dropdown menu "box area". I had do adjust the min-width of medical dermatology using this code: .header-nav-item:nth-child(1) { min-width: 295px!important; } because previously the dropdown menu wasn't wrapping the text properly so I just extended the box instead. If anyone could help me solely target the nav menu underline dimensions I would appreciate it too.
Solution tuanphan Posted May 2 Solution Posted May 2 With homepage problem, add this code to Custom CSS box body.homepage .container.header-menu-nav-item.header-menu-nav-item--active * { background-image: none !important; text-decoration: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment