Shoal Summit Solutions › Forums › MSTW Team Rosters Plugin › Player Roster: Elim All Border Colors › Reply To: Player Roster: Elim All Border Colors
November 6, 2014 at 4:21 pm
#2021
There was a rule in the theme stylesheet that looked like:
#content table tr td {
It took priority over the plugin’s table styles in the cascade due to the #content. So adding the #content ID with the mstw-tr’s table class, bumped the plugin’s rule up in the cascade.
As for the headers, do the same thing. There is a rule that looks like:
#content table tr th
{
in the theme’s stylesheet, so just add a rule like:
#content table.mstw-tr-table tr th {
with rules like those above. Or you can just add it to the similar rule above for td
.
-Mark
- This reply was modified 9 years, 11 months ago by Mark.