Tagline formatting
- The topic ‘Tagline formatting’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to change the font-size of the tagline. I tried under #header .site-description, but the css seems to be overridden somewhere else in the code.
Second, is it possible to make the tagline a link? The title links to the homepage, but I would like the site-description to point to a specific page.
I considered trying to do this via a header image, but I wasn’t able to get an image to work with the responsive width.
Thanks,
M
The blog I need help with is: (visible only to logged in users)
Hey M,
As far as Styling goes you can definitely do this with some CSS.
Do you have the CSS upgrade from WP.com?
en.wordpress.com/products/custom-css/
You should be able to do this:
.wf-active #header .site-description {
font-size: 12px;
}
Also, unfortunately it’s not possible to make the tagline a link.
Hope the tips help, let me know how it works. Thanks!
Scott
It worked. Thanks!