Forums

One, single post with unique formatting? (3 posts)

  1. muymalestado
    Member
    Posted 1 year ago #

    Can one post title be formatted with HTML so as all the other normal posts behave normally? It's a color and bold I wish to use on the word URGENT.

  2. Moodles
    Member
    Posted 1 year ago #

    You can style the title in your stylesheet using the post id.

    Do you mean the title should be formatted within the loop, or on single.php?

    Something like this:

    #IDnumber h2 { color:red;font-weight:bold;}

    or if in the loop you will have to style the link

    #IDnumber h2 a { color:red;font-weight:bold;}

  3. muymalestado
    Member
    Posted 1 year ago #

    Thanks Moodles - that seems to be fine

Topic Closed

This topic has been closed to new replies.

About this Topic