Custom CSS not working
-
I have added several custom CSS entries to the plugin’s Custom CSS box and none of these entries seem to be influencing the look of the table on my sites page. I am using a theme from Studiopress and the table is sitting here https://markrafacz.com/for-sale/
Here is the code I have placed in the custom CSS box that is not working and yes it is Table 1.
.tablepress-id-1 tbody td {
color: #000000 !important;
}.tablepress-id-1 .odd td {
background-color: #ff0000;
}.tablepress-id-1 .even td {
background-color: #00ff00;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom CSS not working’ is closed to new replies.