Hi,
My Navigation/Menu text is acquiring a font weight from the following:
.av-main-nav > li > a { font-weight: 600;]
Im unable to override it with !important. How do I set this to 0? What style sheet is this referencing?
Hey envisageiam!
Please try using the code as following
.av-main-nav > li > a { font-weight: normal!important; }
Best regards,
Yigit