Add Tagline under Header in Forever theme
-
I want to have just a brief little tagline under the picture in my header but above the link thing that says “home” (or instead of that link, or even under that link..whichever works easiest)
I barely know anything about CSS
The blog I need help with is: (visible only to logged in users)
-
One way to add some text would be to use what is called a pseudo element like “:after”. Here is an example you can try out in your Appearance → Custom Design → CSS editor:
#masthead .custom-header:after { content: "Put your tagline here"; color: #9C5486; } #masthead .custom-header:hover { text-decoration: none; }
- The topic ‘Add Tagline under Header in Forever theme’ is closed to new replies.