I have several tables on this page: http://arrowrealtynetwork.com/kansas-city-real-estate-investing/kansas-city-market-overview/
I need to change the background for the header row and the font for that row. Everything I see in the forums are for pricing tables. I used the non pricing tables.
Please help.
Thanks
Hi Chris!
Add this to a codeblock element in your page content.
<style type = "text/css">
.avia-heading-row th {
background: #e1e1e1;
color: red;
}
</style>
Regards,
Elliott