Blog Color and Title Text Mods
-
Hello,
I see there’s a way to change the background color of my blog’s sidebars, as well as the color scheme for text and links, but is there a way to change the actual blog area’s color (the portion that’s white)? Also, is there a way to change the title text from all caps to normal lowercase and uppercase letters?
Thanks in advance!
Ben
The blog I need help with is: (visible only to logged in users)
-
Hi,
Yes, you can use custom CSS for that. This one’s for changing the actual blog area’s background color:
.wrap { background: #f0f0f0; /* Use your own color here */ }To change title text back to normal:
.hentry .entry-title { text-transform: none; } -
- The topic ‘Blog Color and Title Text Mods’ is closed to new replies.