Resolved

Can’t Change Menu Font Weight

Polestar Theme started by Anna Shkuratoff May 6, 2020 3 replies
Anna Shkuratoff May 6, 2020 · 10:31 pm #14346

It seems that my menu font weight is always bold. I was able to use the Custom CSS plugin to change the font weight of menu link hovers and drop downs – but NOT links.

This is what I added to Custom CSS. Font-size is changing but not font-weight. It is unresponsive:

.main-navigation li {
font-size: 15px;
font-weight: normal;
font-style: normal;
}

.main-navigation ul .children li a, .main-navigation ul .sub-menu li a {
font-size: 15px;
font-weight: normal;
font-style: normal;
}

How do I change my menu font weight?

Andrew Misplon Puro May 7, 2020 · 9:56 am #14351

Hi Anna

Thanks for reaching out.

You can try adding to Custom CSS or Additional CSS:

.main-navigation li a {
	font-weight: normal;
}
Anna Shkuratoff May 7, 2020 · 4:38 pm #14372

Thank you! That worked.

Andrew Misplon Puro May 7, 2020 · 8:48 pm #14373

Glad that helped 🙂 All the best.

4 posts