posted 1751139145
Forum: HTML Group
View Topics View Profile
how do i change the color of the section titles on the interests table?
Report Topic
posted 1751152647
<style>
.table-section td{
color: white !important;
}
</style>
Permalink Report Reply