Issue with custom CSS
-
Dear Tobias,
First of all, thank you so much for the awesome plugin !
Basically the issue I have is about styling. I want to make some very basic modifications (colors of header / search box border mainly).
However, whenever I write my CSS into the Options / custom CSS field, I get an “HTTP ERROR 500” and nothing loads.
SO I tried to change the CSS directly from the code, and I changed a few lines in the files:
tablepress/css/default-rtl.css
tablepress/css/default.css
tablepress/css/default-rtl.min.css
tablepress/css/default.min.cssHere is what I changed
.tablepress thead th,
.tablepress tfoot th {
background-color: #XXXXX;
}However, eventhough I didnt get an error this time, no changes seem to appear on the table. It is quite frustrating, and I looked for anwser in this forum but couldn’t find any explanation, hence my message !
Thanks a lot for your time,
Have a great day,!
Vincent
The topic ‘Issue with custom CSS’ is closed to new replies.