• Resolved jennjoanne

    (@jennjoanne)


    Is there a way to code css so as to remove the two features below:
    1. The rows currently alternate in color. Odd are gray and even are white.
    2. There is a line at the bottom of each row

    Ultimately, I would love to be able to have the tables ONLY in white; not with alternating row colors. And I would love the tables not to display a line at the bottom of each row.

    Thank you in advance for your help!
    Jen
    http://starcrossedbookblog.com/

    https://ww.wp.xz.cn/plugins/tinymce-advanced/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    Sure. This is controlled from your theme’s style.css (for the front-end) and editor-style.css (for inside the editor). The best option is to make a child theme and override how tables look in both style.css and editor-style.css (or if you’re already using a child theme, add these rules to the bottom).

    Thread Starter jennjoanne

    (@jennjoanne)

    Thank you so much for informing me Andrew! I will take a look into figuring out where and how to change those settings!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Alternating Row Color & Lines’ is closed to new replies.