Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Weebly help please – nav menu, removing link background Reply To: Weebly help please – nav menu, removing link background

#176671
Paulie_D
Member

I would respectfully suggest that you learn how to use the developer tools available to you in all modern browsers. Just right click on something and use Inspect element to see the HTML & CSS applicable.

The hover color comes from


.wsite-menu-default li:hover a {
color: #28657c; /* here */
}

Your ‘scrolled’ link color comes from


#header.minimal .wsite-logo a, #header.minimal .wsite-menu-default li a {
color: #28657c; /* here */
}