Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #485689

    I need to change the header to these tables and how do I make the header bigger in font size?

    #486020

    Hi GitTran!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    th { background: red !important; font-size: 15px !important; }
    </style>

    Best regards,
    Elliott

    #486192

    I’ve added the code into a code block but it is not working. Is there another code? I’ve found one before that I added to my Quick CSS but my Quick CSS got deleted and I, unfortunately, did not save the source of the code.

    #486193

    I found the code.

    .main_color tr:nth-child(1) {
    background: white;
    }

    Is there a code to change the font size or weight?

    #486194

    Nvm. I found it. you can close this thread. thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How Can I Change The Backgroung Color For The Tabular Data Header?’ is closed to new replies.