Archived topic
Header/tagline
9 replies · Started by _blank on June 3, 2020
Hi! I would like to adjust my tagline so that it's more like this website: https://nickusborne.com/
1. How do I change the size and color of the font of the tagline
2. How do I adjust the location of the tagline
Hi there,
That tag line is added as a text widget in the header widget area:
https://docs.generatepress.com/article/header-widget/
And this is the HTML:
<h3 class="top-tagline">
All about writing online, and<br>helping my fellow freelancers</h3>
And this is the CSS:
.top-tagline {
margin-top: 10px;
font-size: 25px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Sorry, but I do not understand anything about coding. This is the first website I have built and I am having a really hard time. Is it possible to adjust the tagline through Site Identity, Colors, Typography, etc?
If you want to place it exactly where nickusborne.com is shown then my steps are necessary.
It should be pretty straight forward copying and pasting.
My reply has everything you need so just need to follow it line by line.
I tried to add the code. But I am unable to insert any text. Here's a screenshot. Is this the right place? https://postimg.cc/c6hjKfbc
Do I need to add a plugin called Simple CSS in order to add the code? Here's what I found by following your link above https://postimg.cc/wtk5WQJf
You need to add a Custom HTML widget in the header widget so you can copy and paste the content I've provided.
Simple CSS is one option. or you could just use the Additional CSS field in the customizer.
OK, so I go to:
Customize
Additional CSS
Then I just copy and paste the text you provided?
Yes - only the CSS code/second block of code:
https://generatepress.com/forums/topic/header-tagline/#post-1313256
I went to Additional CSS and pasted the code below. Nothing happened
.top-tagline {
margin-top: 10px;
font-size: 25px;
}
I didn't see a header widget being added as suggested here?
https://generatepress.com/forums/topic/header-tagline/#post-1313256