• Resolved harrybo

    (@harrybo)


    Hi, I wanted to change the font-family for the ‘Home’ and ‘About’ buttons (navigation). Apparently the font-family from the body CSS class is applied. How do I change the font?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Harrybo,
    Go to “Appearance > Customize > CSS” and drop below code (change the font family as you like)

    .omega-nav-menu a {
       font-family: Arial,sans-serif;
    }
    Thread Starter harrybo

    (@harrybo)

    Thank you very much sumowebsite ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font family for Navigation Buttons’ is closed to new replies.