• [Moderator note: moved to Fixing WordPress sub-forum]

    I’m trying to change my text from green to orange. I’m using the code:<span style=”colour:ff6600;”/span>text here</font> am i doing anything wrong because it still won’t change the text? I tried once and it turned it glow in the dark green but not orange?

    (bottom of the page)

    https://86f.83d.myftpupload.com/home-5/homeowners/

    Any Advice is appreciated

    • This topic was modified 7 years, 7 months ago by bdbrown.
Viewing 3 replies - 1 through 3 (of 3 total)
  • CSS uses American, not English; color codes are preceeded by a hash symbol #; and the span tag needs to be closed after the text;

    therefore:

    <span style="color: #ff6600;">text here</span>

    not sure where </font> belongs to…
    and there are more html errors in your actual code on your textwidget.

    please post the full code if you want help with correcting all.

    Thread Starter stuartlammie

    (@stuartlammie)

    Hi Michael,

    <span style=”font-size:24px;”><span style=”color: #ff6600;”>Dependable Deliveries</span>

    It seems to be working now, if there’s a better way of doing it please ket me know.

    Thanks for the reply.

    Stuart

    that section would need another closing </span>;

    like:

    <span style=”font-size:24px;”><span style=”color: #ff6600;”>Dependable Deliveries</span></span>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I Can’t Change the Colour of my text??’ is closed to new replies.