We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have "Display Site Title and Tagline" ticked, but only the site title is visible.
The tagline is in the HTML produced:
`
dot com
but isn't visible on the screen in Chromium or Firefox.
The CSS is too large and compacted to easily search through with grep etc.
The text was updated successfully, but these errors were encountered:
Let's try again with that HTML extract, sigh...
<div class="site-logo"> <h1 class="site-title"><a href="https://example.com/" rel="home">Example</a></h1> <div class="site-description"> <p>dot com</p> </div> </div>
(except with rather more tabs and spacing...)
Sorry, something went wrong.
No branches or pull requests
I have "Display Site Title and Tagline" ticked, but only the site title is visible.
The tagline is in the HTML produced:
`
Example
|dot com
|but isn't visible on the screen in Chromium or Firefox.
The CSS is too large and compacted to easily search through with grep etc.
The text was updated successfully, but these errors were encountered: