This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
Hi, where do I change this font? Thank you. I’m mostly concerned with uppercase and lowercase letters.
Hello, @coffeedog,
Should you wish to modify the font, we respectfully ask that you duplicate and insert the CSS code given below into the following pathway: Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Afterward, please ensure to clear your browser cache and revisit your website. The outcome should resemble this: https://postimg.cc/v4y3R6Pk
The CSS code is as follows:
article.blog-post .read-more, article.post-grid .read-more {
text-transform: uppercase !important;
}
Please note that you have the option to alter the text-transform value in the subsequent CSS code according to your preferences.
Best Regards,
8Theme’s Team.
You must be logged in to reply to this topic.Log in/Sign up