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
The selector is .title h5. If you do not have it just add it.
neospyce
Member
Posted 5 years ago #
Thank you for your reply. However I do not know where to place it. I hate to be a dummy, but can you post the exact code that I need and where to place it? I have been trying to figure this out for 3 days. I am so desperate. Thank you again.
In your CSS, just add this:
.title h5 {
font-size: large;
}
Or whatever you want to do for the CSS styling. Not that tricky, really.
neospyce
Member
Posted 5 years ago #
Super deal! Perfect! Kudos for your help!