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

    Hi guys

    i am wanting to customise the background colours in a table, but not sure how to do it.
    I am happy with my background colours on the site and do not want to change them, but require different colours in the table.

    Any ideas would be appreciated.

    Thanks
    GD

    #495907

    Hi Geoffdoyle!

    Drag a codeblock element to your page content and add this inside.

    <style type = "text/css">
    td { background: red !important; }
    </style>

    Cheers!
    Elliott

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