Site logo

Archived topic

Hover items in navigation in bold

5 replies · Started by Eloy on September 20, 2017

Viewing posts 1–6 of 6

Hi,

I'm trying to have my hover items as well as selected items in navigation in bold. I tried this on the css but is not working. What am I missing?

.widget-area .main-navigation li a:hover {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

Thanks,

Eloy

Not working. I think it's something related with color selected.

The website is boatpartybarcelona.com and I'm usig all addons.

Kind regards,

Eloy

Not seeing the CSS being added?

It should be something like this:

.main-navigation .main-nav ul li > a:hover, 
.main-navigation .main-nav ul li > a:focus,
.main-navigation .main-nav ul li.sfHover > a {
	font-weight: 1000;
    font-size: 25px;
}

I tried using the same font size but it's still not working

This archived topic is closed to new replies.