Custom CSS Strange Behavior
-
Hi there,
I need some help with the Custom CSS at the Plugin Options tab.
Some codes work and some don’t. For example, this code worked:
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
color: #ffffff;
}This one didn’t work:
.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #00ff00;
color: #00ff00;
}Neither this one, I also tried adding -id-X.
.tablepress tbody td {
font-family: Karla, sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
}When I check the preview it does show the font changes, but it doesn’t show on the website. Is my Theme blocking it? I’ve checked and there no identical classes.
Would appreciate some guidance to solve the issue.
thanks!
The page I need help with: [log in to see the link]
- The topic ‘Custom CSS Strange Behavior’ is closed to new replies.