Problems with changing color in table-header
-
Hi Tobias,
unfortunately I’m not very familiar with creating CSS, so I came around here to search for an answer.
I’ve tried to change the color in my table-header from blue to #cccccc;
so I used the following code in the custom-css box:.tablepress th { background-color:#cccccc; }
But it doesn’t work. Additional I’d like to have a hover-effect matching with my navigation-menu. So I would like to change the following effects:
Now:
Text-Color: #000000
BG-Color: #something light blueTo:
Text-Color no changes
Background-Color: #ccccccAnd on Mouse over:
Now:
Text-Color: #000000
Background-Color: #something darker blueTo:
Text-Color: #ffffff
Background-Color: #cc0000Do I have to create and use special button-images or is it possible to simply change the code?
Kindest,
Nina
- The topic ‘Problems with changing color in table-header’ is closed to new replies.