Hi I've selected a custom font for my website using the Custom Fonts plugin. It works fine except for the menu page and the titles of the portfolio projects, wich remains with your default font "Mona Sans". How can I fix this?
I'm attaching some screenshots to show the problem.
Hi I've selected a custom font for my website using the Custom Fonts plugin. It works fine except for the menu page and the titles of the portfolio projects, wich remains with your default font "Mona Sans". How can I fix this?
I'm attaching some screenshots to show the problem.
Attached files: Schermata 2024-01-16 alle 12.25.16.png
Schermata 2024-01-16 alle 12.23.45.png
Schermata 2024-01-16 alle 12.23.27.png
Hello Marina,
is it possible to provide wp admin access in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello Marina,
try adding the following in customizer -> additional CSS
.showcase-carousel .clapat-slide .slide-caption .slide-title {
font-family: "CabinetGrotesk" !important;
}
.fullscreen-menu .flexnav li a span:nth-child(1),
.fullscreen-menu .flexnav li a span:nth-child(2),
.fullscreen-menu .flexnav li a span:nth-child(3) {
font-family: 'CabinetGrotesk';
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Great! Thank you!
I've added also
.showcase-carousel .clapat-slide .slide-caption .slide-title em {
font-family: 'CabinetGrotesk', sans-serif;
}
because it didn't worked on the /em part
and
.showcase-portfolio:not(.list-grid) .slide-caption .slide-title em {
font-family: 'CabinetGrotesk', sans-serif;
}
for the portfolio grid in homepage.
Thank you
Gj, nice one Marina!
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy