Custom CSS no affect
-
I? tryin to add custom CSS code to the layout of my table to change the header colours, centre the table, and change the table line colours
I have added the CSS to the Plugin Options CSS but it? not changing anything. I have added the !important tage to the end and made sure all caches (browser, wordpress and cloudflare) are all clear.
What am I doing wrong?
.tablepress thead th,
.tablepress tfoot th {
background-color: #ff0000 !important;
}.tablepress-id-.tablepress {
width: auto;
margin: 0 auto 1em !important;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #00ff00 !important;
}Website table is https://5churches.co.uk/services-prayer/benefice-services-for-3-months/
- The topic ‘Custom CSS no affect’ is closed to new replies.