I need to change my title text of my blog "the voice of experience" to a diffrent color and or font. Here is my site.
I need to change my title text of my blog "the voice of experience" to a diffrent color and or font. Here is my site.
This can be done. Have you taken a look at the style.css file of the theme you're using?
I did, but I really coulden't find how to do it. I'm really new to wordpress.
I found it! It's in the style.css file at the end. It says
#blogTitle {
position: relative;
top: 50px;
left: 20px;
font-family: 'times new roman';
color: #d3d3d3;
font-size: 8pt;
text-transform: lowercase;
text-align: left;
This topic has been closed to new replies.