Changing to a custom font (Grotesk) on Thrive Themes
- This topic has 3 replies, 2 voices, and was last updated 1 year, 10 months ago by
David Risley.
-
AuthorPosts
-
-
May 13, 2021 at 5:33 am #3528577
I’m using the Pressive Theme and editing with Thrive Architect. Ive managed to install the custom font ‘Grotesk’ and use it on my pages, however, I am unable to choose it when creating Widgets. The font selected is only what is available in the WordPress Customise page. Id like to change it so my widget font matches the pages font so my branding and design is consistent. Does anyone know who to do this without migrating to Thrive Theme Builder? Video here for more detail https://www.loom.com/share/26d461e5047b4ee2ad2743503c9f2c62
-
May 13, 2021 at 5:33 am #3528612
Hey Nick,
Do you have a page on your site that contains the widgets you want to style?
As I told you in private, you will have to do this manually by modifying the CSS. If you define the font for your widgets to that font in your CSS, it will show that way.
-
May 13, 2021 at 5:33 am #3528614
Thanks for clarifying the issue to update the CSS. I’m on a support thread with someone at Thrive Themes now who is helping me with adding the below code to the right place. 🤓
.sAsCont .ttl {
font-family: "Neue Haas Grotesk Text Pro - 75 Bold" !important;
}
.sAsCont .sAs section ul li a{
font-family: font-family: "Neue Haas Grotesk Text Pro - 75 Bold" !important;
} -
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.