Nav text.

Home Forums Jevelin Theme Nav text.

Home Forums Jevelin Theme Nav text.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • roobinda
    Participant

    It seems as though whichever font i choose for the navigation text, it is forced bold. How do you stop this?

    Hi @roobinda,

    Thank you for your question.

    You can try removing bold effect from navigation text by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    #page-container .header-standard-position li a {
        font-weight: 500;
    }

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)