Unable to customize my dropdown menu
-
Hi there! Whenever someone hovers over my dropdown menus, they’re oversized and white like this: https://cloudup.com/cPEy-ctl8cr. I’d like to change it so that they look like DESCRIPTION. Could someone help me with that code? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi @wrecktheroad,
How does DESCRIPTION look like? Could you please post a link with an example?
-
Hi I’ve unblocked the site, its eatonyourfeet.com, if you hover over the drop-down menus you will see, I want to change the text color to the same as the menu and also get rid of the white box it is displayed in, any help would be great, thanks
-
Ok, I see. To get rid of the white background box, insert this CSS and test if it works and doesn’t cause any other unwanted effects:
.main-navigation ul ul {
border: none;
background-color: transparent;
}However, in my opinion you need that white background to make the text visible, at least if you’re going to have more than one sub menu item.
-
Thanks that’s gotten rid of the white box, any idea how to make the text the same colour as the menu item? Thanks again
-
Unfortunately not. I’ve reached the limits of my WordPress CSS skills. However, I’ve tagged this thread for staff attention, so hopefully you’ll get a reply from them soon.
-
-
-
Hi there, I see you have gotten the submenu background color border removed from your site. Let us know if you have further questions.
- The topic ‘Unable to customize my dropdown menu’ is closed to new replies.