Font color being overrided
-
I’m trying to change the font color of a column. The code to do so (below) seems straightforward, yet it’s not taking effect. When I open the page, I briefly see the header of that column flash green (the desired result), but then it quickly reverts back to black. The other text in that column below the header remains black.
My first question is how to fix this so that the column turns to the color below. My second, related, question is: is it possible to make all text in that column -except- the header change color to the color below? (In other words, all $’s in that column show up in green font except the “Est. Value” text.) Thanks.
.tablepress-id-2 .column-2 {
font-weight: bold;
color: #3DC62F;
}The page I need help with: [log in to see the link]
- The topic ‘Font color being overrided’ is closed to new replies.