Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    Here it is, recorded for you, and everyone… but mostly you, forever more:

    [expand title="This title text is in <font color='red'>red</font>, <font color='blue'>blue</font>, <font class='greenbean'>green</font>, and <font color='orange'>orange</font>"]Isn't it colourful?[/expand]

    Notice: The green font tag uses a class called greenbean so in your theme’s css you would need to define that:

    .greenbean {
        color: green;
        font-weight: bold
    }

    Any questions?

    Thread Starter blobsterman

    (@blobsterman)

    Thank you. It didn’t work at first but then I changed the double quotes around the font class to single quotes, and voila. Thanks again.

    Plugin Author Baden

    (@baden03)

    Oops, fixed in the post… glad you got it figured out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mixed formatting within title tag’ is closed to new replies.