• I see where I can add a tagline, but when I select this option it doesn’t show up. Is there a fix for this?

Viewing 1 replies (of 1 total)
  • Add the following two styles to your stylesheet (the first will display the tagline below your site title, the second will avoid a duplicate tagline appearing in the body of the page).

    h2.site-description {
    	display: block;
    	clear: both;
    }
    
    #primary h2.site-description {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Tagline’ is closed to new replies.