Archived topic
logo above tagline (title hidden)
5 replies · Started by Alana on June 12, 2019
Hi,
I would like to have my logo appear above the tagline (rather than below) and I'm planning to hide the site Title once this is accomplished. Please let me know how I can do this.
Another option would be to add my logo symbol between the Title words but I have a feeling this may be more difficult to do.
Thank you, appreciate your help and guidance as always!
-Alana
Hi there,
Can you add the logo and hide the title first?
Let me know :)
No problem Leo, done!
Give this CSS a shot:
.inside-header {
display: flex;
flex-direction: column-reverse;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
That appears to have done it, thanks so much Leo!! You're the best :))
Glad I could help :)