Add new line
-
Good morning,
is it possible to add a new line under title and subtitle in my homepage?I would like to write another description about my website, but now, I can modify only the H1 title and the site description.
I’m looking forward to receiving your kind reply as soon as possible.Desirée
The blog I need help with is: (visible only to logged in users)
-
Hello https://en.forums.wordpress.com/users/italiangrapevine/
is it possible to add a new line under title and subtitle in my homepage?
I would like to write another description about my website, but now, I can modify only the H1 title and the site description.
You can add below CSS code through customizer.
Click My site->Customize -> Additional CSSsite-description::after {
content: ” A Please write more here”;
white-space: pre;
}
This is the screenshot after adding above code. https://ibb.co/89dmP0XI hope this is what you are expecting. If there is anything else than post here I would love to help.
- The topic ‘Add new line’ is closed to new replies.