Hi, I’m buliding a site and I’m using the Menu to add a class to one of my links in my primary menu. Then I’m trying to style in the extra css code, like so:
.ahlstromlink {
color:red;
font-weight:normal;
}
I can see that the class shows up when I look at the code
<li id=”menu-item-28″ class=”ahlstromlink menu-item menu-item-type-custom menu-item-object-custom menu-item-28″>A. Ahlström
But the formatting does not work, and the rules do not show up when I inspect the element.