Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #436998

    Hi guys,

    hope you can help me. I cannot change the font colour of the text on my home page. Am i doing anything wrong?

    Please advise. My website is http://www.office-rentalsingapore.com

    Thank you so much!

    #437662

    Hey dalen550!

    I see the spans your using with inline styling. Is it the strong tags your having trouble with? Are you only wanting to change their color on the homepage? If so then drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    strong { color: black !important; }
    </style>

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.