Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › Change the style of one part of text
- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by
Manathan.
-
AuthorPosts
-
alinParticipant@dalinus2004
- 25 Topics
- 70 Posts
Hello,
This post it’s linked with the post by last week.
So, the problem was solved! But now, i want to have the title of heading with Alegreya font and only the words “MUNAI” with parisienne font!
Any ieea how i can make it?
Many thank’s
November 8, 2021 at 12:02 #36607@themodactyl- 0 Topics
- 6750 Posts
Hi Alin,
To change this, simply add the following code snippet to your website:
/** *Change hero font family */ .grimlock-section--hero .grimlock-section__header .grimlock-section__title{ font-family: var(--grimlock-heading-font-family); } .grimlock-section--hero .grimlock-section__header .grimlock-section__title span{ font-family: var(--grimlock-display-heading-font-family); }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
November 8, 2021 at 17:11 #36623alinParticipant@dalinus2004- 25 Topics
- 70 Posts
Hello,
I understend . No problem.
I belive that’s work!
Just for me, to be seure that i have understend.what i will write on <span></span> tag will be with the font-family from “display-heading-font-family” and the rest will take the style from “heading-font-family”.
It’s that right ?!
Many thank’s for your help. I have give you 5 stars on ThemeForest today also..:)November 8, 2021 at 19:23 #36626 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Change the style of one part of text’ is closed to new replies.