Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168039

    Hello I would like to change the size, weight and font-family of the top navegation menu. Could you please tell me which changes should I make to the CSS file.

    #168139

    Hello ullastret!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .header_color .main_menu ul:first-child > li > a { color: red; font-weight: 400; font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .header_color .main_menu ul:first-child > li > a:hover { color: green; }
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }

    You just need to adjust colors, font-weight and font-family as you desire

    Cheers!
    Yigit

    #168300

    Thank you, it worked fine.

    #168302

    Hello!

    You are welcome glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change top menu font-family, size and weight’ is closed to new replies.