Hi guys,
We have made menu items bold with the CSS
.menu .bold a {
font-weight: bold;
but when I apply it to a menu item it applies to all sub menu items which I don’t want. How to make it only apply to the one menu item and not its sub items.
For example on the left hand side bar when I enter bold in the css class of menue item
Bitcoin Odds Comparison Tables
it is making all items below that bold as well. How to stop? Thaks