[ARCHIVED] Changing colors of rows/columns in tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Is there any way to edit rows or columns within tables in Canvas? I'm trying to change the color of the first row in my table. Below is an example of what I'm looking for except I don't want to use text background color because of responsiveness. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Abigail McDonald,
In general, if you have designated the first row of your table as a header row, you'll get a different type of styling like Bold formatting.
Since your table involves editing HTML, I'm going to guess that you're comfortable switching into the HTML editor because then you can really take control of the table formatting.
You can just do basic color styling on the table row itself.
<tr style="background-color: linen;">
And the color change will also show in mobile.
Stay home, stay healthy,
Cheers - Shar
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.