Replies: 0
Hello,
I am having trouble changing font-weight using the following CSS for menu items. What am I doing wrong? Everything else works fine. Thanks in advance
.onepress-menu a {
font-family: Arial;
font-weight: 600;
font-size: 26px;
text-transform: italic;
}