How to change the table background color

Created on 21 April 2024, 7 months ago
Updated 24 July 2024, 4 months ago

Hi,
I was able to make some modifications to the custom css before but I now ran into something that I can't find.
How and where do I change the background color? Because at the moment when creating a table the background is gray.
Hope you can help me out,
greetings,
Rob

💬 Support request
Status

Fixed

Version

1.18

Component

Code

Created by

🇳🇱Netherlands RobBNL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @RobBNL
  • 🇲🇹Malta florian

    I think this is what you are looking for:

    table, tr, td {
    	background-color: transparent;
    }
    

    If you need other background to change, please be more specific.

  • 🇳🇱Netherlands RobBNL

    Hi Florian,
    Yes, thanks that was what I was looking for.
    I have placed that pice of code in the custom-stule.css in the _custom folder and it works.
    I did find that I have to disable the aggregate css function for the customized settings to work.

  • 🇲🇹Malta florian

    When you modify some CSS you have to disable the aggregate css function. After you are happy with the results, clear the cache and re-aggregate CSS.

  • Status changed to Fixed 4 months ago
Production build 0.71.5 2024