This topic has 6 replies, 3 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler
Hello!
I have just set up a new website with your theme XStore (never used it before). I wonder if there is a section for typhography where you can change the settings for each heading, paragraphs and other text. Like set individual font, size, letterspacing etc for each text type.
Best // Delal
Hello, @Delal,
You can find all the settings related to Typography/Font under Theme Options listed below:
Theme options > Typography.
Theme options > Header builder > settings of header elements.
XStore > Custom fonts > Upload Your Custom Font
Theme options > typography > headings
Check this topic https://www.8theme.com/topic/responsive-headings/
https://www.w3schools.com/cssref/pr_font_font-size.asp
https://www.w3schools.com/cssref/pr_font_weight.asp
https://www.w3schools.com/cssref/pr_text_color.asp
Regards 8Themes Team.
Thank you for your answer but I meant, for example…
If I would like to set one google font for paragraphs and another google font for h1and h2, and maybe a third one for h3 and h4.
// D
Hello,
Use custom CSS code, for example:
h1, h2 {
font-family: "Open Sans", Sans-serif !important;
}
h3, h4 {
font-family: Lato, sans-serif;
}
Regards
Hi again!
Thank you for answering byt I believe that your answer is sloppy with errors in the code. And also you market the theme with “Customize everything”, but this solution is coding, not customizing.
I solved the issue by googling and finding a solution online, this is not why you pay for a premium theme.
Hoping for a better answer next time I need support from you.
Best // D
Hello,
We are glad that you sorted out.
Feel free to ask if you have any other questions.
I hope you will be more satisfied with our answer next time.
Have a nice day!
Regards
Tagged: fonts, headings, persuasive, style, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up