TinyMCE Table–Remove Alternating Row Color & Lines
-
Is there a way to code css so as to remove the two features below from a Table created with TinyMCE:
1. The rows currently alternate in color. Odd are gray and even are white.
2. There is a line at the bottom of each rowI have tried each of these different lines separately (put them together so it’s easier to look at) and alas none of them work:
.post-content table {
background-color: #ffffff !important;
border: 0 !important;
border: none !important;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}Thank you in advance for your help!
Jen
https://starcrossedbookblog.com/
- The topic ‘TinyMCE Table–Remove Alternating Row Color & Lines’ is closed to new replies.