Working with awesome- table, and import with iframe in wix.

Hi,
You can change the colors in the HTML of the code, for example you can change the background color with a code like this:

<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-color: "red" 
}
</style>
</head>
<body>
</body>
</html>

Good luck :slight_smile: