i am using business one wordpress theme, i want to place a notice with bigger and bold text in the menu, so i created a menu item and added a new css class.
.myclass {
font-weight: 700;
color: #fff;
font-size: 24px;
pointer-events: none;
cursor: default;
}
`
This class only makes the menu item font bolder but the color and size stay the same?? Help would be much appreciated.