I have no idea where I would go to edit my tagline. As you can see on , the Tagline kind of hovers at the top-right of my larger blog title. I would like it centered next to the Blog Title. I know I have changed my blog title in "custom css," however, I dont know how to go about changing the tagline. Any help would be greatly appreciated.
Thanks
Regarding Taglines
Started by
patpathworksinccom
, Aug 20 2010 08:13 PM
4 replies to this topic
#1
Posted 20 August 2010 - 08:13 PM
#2
Posted 23 August 2010 - 03:19 PM
SETTINGS > GENERAL (far bottom left of WP admin)
#3
Posted 23 August 2010 - 07:19 PM
Adam,
I dont think i explained my problem very well. I know thats where you can change the actual text in the tagline, but what if you want your tagline to be blue or red? Specifically for me, i need my tagline to be moved down in the header so its centered with my blog title. Take a peek.
Thanks,
Pat
I dont think i explained my problem very well. I know thats where you can change the actual text in the tagline, but what if you want your tagline to be blue or red? Specifically for me, i need my tagline to be moved down in the header so its centered with my blog title. Take a peek.
Thanks,
Pat
#4
Posted 24 August 2010 - 01:49 AM
Add this to your Custom CSS:
`
body #header .site-description{
color:#fff;
font-size:18px;
font-family:georgia;
margin-top:10px}
`
You'll want to edit: fff, 18, georgia and 10 to get it just how you want it.
Thanks, Bryan
`
body #header .site-description{
color:#fff;
font-size:18px;
font-family:georgia;
margin-top:10px}
`
You'll want to edit: fff, 18, georgia and 10 to get it just how you want it.
Thanks, Bryan
#5
Posted 25 August 2010 - 02:14 PM
Works,
Thanks much.
Pat










