change color of blog name
-
I want to change the color and font of the blog name: http://pepperedplatter.com/
I have played around with adding CSS codes I have found online, but to no avail. Can someone please help me?
-
Hi there,
You can change your font with Custom Font that is served by Typekit.
If you want to change the blog name you can try using this css;
.site-title a{ color: #53CAED; // Change with other color you want }If you want to change site description to (underneath blog name) you can try using this css;
.site-description{ color: #eaeaea; // Change with other color you want }I hope it will helps you.
- The topic ‘change color of blog name’ is closed to new replies.