Forums

[resolved] Subtitle Defining Question - Desperate! (5 posts)

  1. 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

  2. MichaelH
    Volunteer
    Posted 5 years ago #

    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

  3. 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

  4. Andrew Ozz
    WordPress Dev
    Posted 5 years ago #

    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.

  5. neospyce
    Member
    Posted 5 years ago #

    I did get it fixed. Thank you for your answer. Smiles.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags