Site logo

Archived topic

Hover color CSS

1 reply · Started by Óscar on December 19, 2018

Viewing posts 1–2 of 2

Hi,

I want to change the hover color in the footer links and the hover background in navbar links, but I can't find the classes.

Could anyone help me please?

I've modified the footer bg with:

.site-info {
	background-color: #BF5A79;
}

and navbar bg and current with:

.nav-aligned-right .main-navigation ul, .nav-aligned-center .main-navigation ul {
	background: #CE8A9C;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background-color: #BF5A79;
}
This archived topic is closed to new replies.