neospyce
Member
Posted 5 years ago #
I added the correct code to my header.php page in order to add a subtitle. However, I do not know what or where to insert code to define the added subtitle. Can someone please tell me what to insert and where? Thank you soooooo much in advance. Smiles.
http://www.neospyce.com/blog
Here is the stylesheet:
http://neospyce.com/blog/wp-content/themes/coffee/style.css
You will probably want to use the template tag, bloginfo, in your theme's header.php file.
Also see:
Stepping_Into_Template_Tags
Stepping_Into_Templates
neospyce
Member
Posted 5 years ago #
My header.php file is fine. It is the syntax that I need for style.css I already added the bloginfo into header.php I don't have a clue about css, only html
The subtitle looks fine... Or did you already fix it? Anyway, that's the css that styles the subtitle:
.title h5 {
font-size: small;
color: #E4DBCF;
}
just above /* navigation */ in your stylesheet.
neospyce
Member
Posted 5 years ago #
I did get it fixed. Thank you for your answer. Smiles.