Hi All,
How can we remove the alternative row color? I have added a class if the location type contains "Office" then highlight in Yellow, but the alternative row color is overriding it.
Regards,
Vinod
Hello @Vinod Kumar R
This seems pretty much the same scenario answered in this previous post.
Cheers,GM
Thanks @Gonçalo Martins.
I missed the thread.
Hi Vinod,
just look at the css and find the overriding rule, then make sure your rule is more specific.
If you don't know how to do this, I'll elaborate with an example when I have more time.
Dorine
maybe share your oml, so we can work on that instead of having to create one
The CSS selector is for .wj-cell.wj-alt so just need to make sure you include something more specific than this in your styles.
body .wj-cell.wj-alt would work, just need to combine with your rule for the text matching