Loading...
 
Features / Usability

Features / Usability


Re: theme: Green Valley

posts: 4656 Japan

Hi Mike,

You can edit styles/greenvalley.css to fix this. On line 611 of that file, you can see:

table.normal tr:first-child {
    background: #004C1A !important;
}

Try changing "table.normal tr:first-child" 

to "table.normal th". You can also delete "!important".

This change fixes the problem for me in my test, and I don't see any unwanted side effects in other tables (I just checked on tiki-listpages.php and a few others).

 

-- Gary

 

There are no comments at this time.