Home › Forums › Jevelin Theme › Customs fonts
Home › Forums › Jevelin Theme › Customs fonts
I manually added a custom font. But somehow the font of the main menu doesn’t change.
I added the following:
@font-face {
font-family: Metropolis;
src: url(https://www.bergkvist-outdoor.com/wp-content/uploads/2019/01/Metropolis-Regular.woff);
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: ‘Metropolis’, sans-serif !important;
font-weight:bold;
}
body, button, input, select, textarea, a, p {
font-family: ‘Metropolis’, sans-serif !important;
}
.sh-nav-container li {
font-family: ‘Metropolis’ !important;
}
Website: https://www.bergkvist-outdoor.com
Solution for this topic
Hi @cvol,
I hope you are well today and thank you for your question.
You can change menu font 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 .sh-nav>li.menu-item>a { font-family: 'Metropolis' !important; }
Best regards,
Shufflehound team
Great thanks!
You are most welcome here š