Hi, does anyone know how I could use 2 colors in my blogs name. It calls a-day.me and I would like to use the orange color for the "a" and black on the rest. : ) HELP!!!!!!!!!!!!!
The blog I need help with is a-day.me.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi, does anyone know how I could use 2 colors in my blogs name. It calls a-day.me and I would like to use the orange color for the "a" and black on the rest. : ) HELP!!!!!!!!!!!!!
The blog I need help with is a-day.me.
Give this a try:
.site-title a {
display: block;
}
.site-title a:first-letter {
color: red;
}
This topic has been closed to new replies.