Hi, I would like to change font Menu from bold to light.
And also I’d like to change colour of “bold” text page. Now it becomes pink. Id like to keep it with same colour (grey) of text “normal”.
I hope you can help me. Tnk
Hey soniavoice,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.avia-menu-text {
font-weight: 100 !important;
}
.main_color strong {
color: #000000;
}
Best regards,
Jordan