• Resolved EricaT27

    (@ericat27)


    Job Posting version: 0.7.25
    WordPress version: 4.7
    Website: https://goldenlimo.com
    Job Manager Page: https://goldenlimo.com/jobs/

    Hi! I am having a terrible time trying to change the row coloring — it’s probably something obvious, but can you please let me know how to do that — I’ve tried changing it in the code, I’ve changed the setting, I’ve pretty much tried all that I can think of.

    Like I said probably something obvious, but thank you in advance!

Viewing 1 replies (of 1 total)
  • Hi Erica,

    You can do that with CSS targeting the table rows. Use .job-table tr { background-color: red; } to change all the table rows to a red background.

    You may need to use an id CSS selector if there is a css conflict in your theme, or have something like .limoking-content form .job-table tr { background-color: red; } so it’s more specific and doesn’t get overwritten.

Viewing 1 replies (of 1 total)
  • The topic ‘Table Color’ is closed to new replies.