markbedillionmdyahoocom 0 Report post Posted February 25, 2011 www.preparemd.com How do I remove the title showing in the header. If I wanted to keep it and change the font, how would I do that? Thanks, Mark Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 25, 2011 You would change the font using this CSS selector: ` #branding a.site-title { font-family:georgia; } ` (georgia is just an example) Share this post Link to post Share on other sites
Guest Guest Report post Posted February 25, 2011 Are you referring to the "STRATEGIES FOR AGING WELL"? That would be the tagline which is set under your Wordpress General Settings. You can edit this by putting the following into custom CSS and just changing the font family. .site-description {font-family: 'Lucida Grande', Helvetica, arial, sans-serif;} The above is the default. Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 25, 2011 To disappear go into settings->general and delete the site title and tagline. To change fonts: http://www.pagelines.com/docs/text-fonts Share this post Link to post Share on other sites
the7summits 0 Report post Posted February 25, 2011 Jimmy, When I go to settings> I see: Platform Theme Options. I don't see "general" anywhere. Is it in one of the categories under "Platform Theme Options"? Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 25, 2011 Its in the Wordpress Settings, not Pagelines Settings. Share this post Link to post Share on other sites