adding tag line to title in nav bar
- The topic ‘adding tag line to title in nav bar’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to add the tag line to the title in the navigation bar. I would love to! Thanks!
The blog I need help with is: (visible only to logged in users)
Hello 500pens,
Thank for writing.
Ye, you can add this with CSS:
.site-title-name a:after {
content: " - Your tag line here";
color: #000;
}
and customize it with your own font size and styles.
Hope this helps :)
Thank you again!
Ricardo P. from SiloCreativo
Thanks so much!
You are welcome!