Tagline
-
Hi Ben,
I have a checkbox in Customizer to display both Site Title and Tagline, but I need help with:
my Tagline isn’t getting displayed.- I want to show the tagline below the Site Title in a smaller font compared to the Site Title (please let me know the CSS code for this).
I am working on my client’s website and the website I need help with is https://endlesscope.com.
Thanks much!
ArunThe blog I need help with is: (visible only to logged in users)
-
Please ignore the last line that says ‘The blog I need help with is theweblogstore.wordpress.com.’ – I missed to remove this auto-added message, and unable to edit my original post.
-
Hi Arun – thanks for the message.
The description is hidden in this theme, but it’s still on the page. So you can display it with css and then style it.
You can do this with:
.masthead .branding .site-description { display: block; }
This doesn’t look quite right though. Personally I would use the following custom css to change the title section:
.masthead .branding .site-description { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; } .masthead .branding .site-title { padding: 0; } .masthead .branding { display: block; background: #fe0; padding: 0.5rem 1.5rem; }
Thanks – Ben
- The topic ‘Tagline’ is closed to new replies.