Custom CSS not working properly
-
Hi!
I have two problems with custom CSS:1) The table in the linked page should have some colors that I want applied to other tables of a user defined class. I assign this user defined class in the element “Text Block” of the page where I put the code [table id=10 /] and the user-defined class “trainingszeiten”.
Then, in the custom CSS of the plugin I assign lines like
.trainingszeiten .row-1 td {
background-color: #606060 !important;
color: #ccffff !important;
}Unfortunately, such lines are not working good unless I delete the files
tablepress-custom.min.css from the wp-content directory. If I don’t delete the files manually, the first line get of a completely different color with respect to the one required in the CSS. This is a strange behavior. How can I solve it?2) An additional problem is that in the “Edit” section of the table I must tick the
“The first row of the table is the table header.” to access the DataTable function
“Enable horizontal scrolling, to make viewing tables with many columns easier.”
on the cell phones.BUT at this point, the table head row gets (on the PC screen) a slightly different column width with respect to the other rows, and the effect is not good.
Thank you in advance!
The page I need help with: [log in to see the link]
- The topic ‘Custom CSS not working properly’ is closed to new replies.