How do I customize blog styles?
See original GitHub issueI want to change docusaurus-v2 blog title style,
find this information in @docusaurus/theme-classic/src/theme/BlogPostItem/styles.module.css :
.blogPostTitle {
  font-size: 3rem;
}
I change src/css/custom.css  following,no effect :
.blogPostTitle {
  font-size: 1rem;
}
Help me,How do I customize blog styles?
Issue Analytics
- State:
 - Created 4 years ago
 - Comments:7 (3 by maintainers)
 
Top Results From Across the Web
Use themes to change how your blog looks - Blogger Help
Choose a theme · Sign in to Blogger. · At the top left, click the Down arrow Down arrow . · Click a...
Read more >How to Customize Your WordPress Blog - The Blog Starter
Not to worry, I will show you how to change your design and layout in this step, along with a bunch of other...
Read more >Customize Your Blog Design - Choose a WordPress Theme
Step 3: Design Your WordPress Blog – Choose a WordPress Theme · 1: Get Started - Choose Your Blog Topic and a Name...
Read more >How to Make Your Blogger Site Look Like a Professional
*1. Buy a Domain Name** · *2. Create Your Own Logo and Favicon** · *3. Customize Your Template** · *4. Adding Important Pages**...
Read more >Start Customizing Your Blog Design | Showit Help Center
Start customizing your blog design by making changes to the font, color, and size of text used in your blog design. You can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found


@fakela
terminalto swizzle default themeIt generates
src/theme/BlogPostItemin your website.You can overwrite your custom style in
src/theme/BlogPostItem/styles.module.cssSorry if this is different answer what you want!
@KohheePeace thank you alot for this I used a different approach I had to copy the files and paste them in my website
This is a lot easier . Thanks