Custom CSS not reflecting in tables
-
I’m trying to create custom colors for my tables. Although I edit in the inspect tool and everything looks great, when I add the same custom css to the table itself, none of the changes actually work on the viewed table.
For example on the table linked here https://debycoles.com/pricing-table/our-membership-levels/
the custom CSS I added to this table is:
div.ptp-plan {
background-color: #f00 !important;
color: #f3f4f5 !important;
}
But I still see the default table colors for the backgrounds and text.
I am using the wordpress 2019 default theme and have tried deactivating all possible plugins but can’t get the CSS to work.
Can you point out what I’m doing wrong please, and thank you.The page I need help with: [log in to see the link]
- The topic ‘Custom CSS not reflecting in tables’ is closed to new replies.