Custom CSS doesn't appear to be saving
-
Hi all,
Currently using Tablepress (great plugin by the way) and I’m trying to style the text colour in the Header row.
Current custom CSS looks like this:
.tablepress thead th, .tablepress tfoot th { background-color: #D8372F; } .tablepress tbody td { font-family: Tahoma; font-size: 14px; color: #181717; } .tablepress thead .sorting_asc, .tablepress thead .sorting_desc, .tablepress thead .sorting:hover { background-color: #ffffff; }
I am also adding
text-color: #181717;
to the header/footer section, but every time I save the custom CSS it says it has saved successfully, but just shows the original code without the ‘text-color’ line.
Thanks in advance for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom CSS doesn't appear to be saving’ is closed to new replies.