Modx Evo: Cannot style table within a TV

113 Views Asked by At

Wondering if someone knows a way around this: I have a RichText TV that has a table in it. My external CSS, however, does not affect it.

I have used very specific pointers and even given the table an id, but nothing I do seems to change the style. Inline CSS does work, however.

Does anyone know why this is?

1

There are 1 best solutions below

0
On

I can see that there may be some css issues as well. For instance to style the table row you are using:

.slideritem .slidertable tr

but you should use instead:

.slideritem .slidertable tr td

Double check your css and the styling should go fine