I set css like
.avia-table td, .avia-table tr, .avia-table th {text-align: center;}
.avia-table th {background: #e58500 !important; color:#fff !important}
But for other page It can be possible set other th color ?
It is possible view each separate column in mobile view ? http://www.aurelwireless.com/nuovo/ricevitori/
Order table is not correct on mobile http://www.aurelwireless.com/nuovo/table.png
Hi,
Please try to stick to one question at a time. So you want to target the table differently on different pages? If so then try to inspect the page in question and find the page id class of the page, it’s located in the body tag of the page. Then you can target individual pages with CSS similar to this:
.page-id-100 .avia-table th {
background: #e58500 !important; color:#fff !important
}
Best regards,
Rikard
It is possible clear background in empty cells ? Where <th class=””/>
Hi,
not sure what you mean and I can’t see any empty cells on the link you’ve provided. Can you explain further?
Best regards,
Andy