I need to change the header to these tables and how do I make the header bigger in font size?
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
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.
I found the code.
.main_color tr:nth-child(1) {
background: white;
}
Is there a code to change the font size or weight?
Nvm. I found it. you can close this thread. thank you