Thyme - How I customized Thyme for the Creative Blogger example!
For this example, here is exactly what I did!
1. Install Thyme as is!
2. Set Home Page Option #2 as my home page under Settings > Reading.
3. Uploaded my own images to each block and adjusted the text to fit my brand.
4. Updated the Colors to fit my brand and images better under Appearance > Customize > Colors.
5. I edited this block in the screenshot below and removed the is-style-overlay class so my titles would appear below my images.
6. I added the following code to Appearance > Customize > Additional CSS just to change my post titles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap'); | |
h1, h2, h3, h4, h5, h6 { | |
font-family: 'Playfair Display', serif; | |
font-weight: 400; | |
} |
7. Added my own logos throughout.
That's it!!