Viewing 3 replies - 1 through 3 (of 3 total)
  • This requires knowledge off css and firebug, though with them it’s fairly easy.

    You’ll want a child theme (otherwise updates will overwrite your changes unless you save them somewhere and repaste after the update).

    http://codex.wordpress.org/Child_Themes

    Then add a command for;

    .su-tabs-pane {
    color: whatever you want it to be
    }

    in a custom css file.

    looking at this I can see how it would be a an issue if you are not familiar with css.firebug/ftp etc…but short of hiring someone to do it, this is the way.

    Thread Starter queenjaneapproximately

    (@queenjaneapproximately)

    Okay, great!

    I’m familiar with css, I just haven’t applied it much to WordPress/edited it much in WordPress. So once I add that command to a custom css file, where do I save/upload that file so it will overwrite the page code?

    Have you created & activated a child theme yet?

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

The topic ‘Editing Background Color for tables’ is closed to new replies.