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
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