I'm wanting to style the Store Menu, I've been doing this in the Common.css file in the section:
.Store-CategoryMenu-Item A:link,
.Store-CategoryMenu-Item A:active,
.Store-CategoryMenu-Item A:visited,
.Store-CategoryMenu-Item {
}
Its all working fine changing sizes/colours/etc, but no matter what I do I can't set font-weight: normal;
for some reason its being overridden with:
element.style {
font-weight:bold;
}
Any Idea where thats coming from and how to change it?
Thanks