Hi Tobias,
I applied this code, but it was unresponsive. I’m using the Cannyon Premium theme for WordPress. Here is the link to one of the pages: https://dalaigroup.com/maryland-seo/
I’m using the TablePress plugin to create our client banner below the video. It is a 1×8 table with our client logos inside. I’ve only been able to figure out a CSS code, which applies to one specific table cell:
.tablepress-id-ClientBanner .row-1 .column-1 {
background-color: #ffa223;
}
This forces me to apply the same code to 8 individual table cells to complete the entire background.
For this specific table, I have disabled the use of a Header row, so I’m not sure the first line of your code is necessary. I tried your code both ways, and both were unresponsive.
I’ve also experimented with a code that I hoped would change the color of the entire row, but this was also unresponsive:
.tablepress-id-ClientBanner .row-1 td {
background-color: #ffa223;
}
I’m puzzled because I know the first line of the code above works for commands like text-align, font-weight, and font-size. However, it won’t yield anything for background color. I feel like I may be missing something very small in the codes I have tried. I am very new to codes. Any recommendations you may have would be a huge help.
Thank you in advance!
-Stephanie Hertl