updating drop down menu look
-
can someone help me with coding to update the drop down menu.
– i don’t like the rollover having the underline.
– I don’t like the green hover color. i would prefer it to be a light gray.
– on the actual drop down I don’t like the “-” separating each page. any way to get rid of that?The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please add below css on “Additional CSS” from your_site->Appearance->Customize.main-menu li a:hover { text-decoration: none !important; } .main-navigation .sub-menu .menu-item a::before { content: none !important; } .main-navigation a:hover { color: lightgray; }This code will solve all your requirements.
Let’s know here if you have more query.
Thanks -
-
- The topic ‘updating drop down menu look’ is closed to new replies.