I added some css so that I can show my tagline after my site-title in my two blogs, both with the theme Pilcrow. It works in one blog, but not the other:
#site-title:after {
content:"Reasons Why I Believe in God";
font-size:14px;
}
Works in: http://x-evolutionist.com/ (xevolutionistdotcom.wordpress.com with domain name)
But,
#site-title:after {
content:"About my parrots, my dogs and my rants";
font-size:14px;
}
does not work in http://xevolutionistspace.wordpress.com/
I can't figure out why.
I would appreciate some advice.
Thank you!
X
The blog I need help with is x-evolutionist.com.