Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #711918

    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

    #712277

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.