Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author kandrews

    (@kandrews)

    It is your theme doing this, but if you can add custom styles, add the following:

    .wp_themeSkin table td {
        background: #FFFFFF;
    }

    Thread Starter jrosario1911

    (@jrosario1911)

    I’m a noob when it comes to this. I tired adding what you wrote to the style.css file. No change though.

    Plugin Author kandrews

    (@kandrews)

    Haha ok, try this:

    .wp_themeSkin table td {
        background: #FFFFFF !important;
    }
    Thread Starter jrosario1911

    (@jrosario1911)

    Still no change. All I’m doing is copying what you told me and pasting it in the style.css file. Not sure if that’s the right way to do it.

    Plugin Author kandrews

    (@kandrews)

    It just depends on your theme.

    But make sure you copy everything, the period as well as the “!important” statement.

    I looked at your source, and it doesn’t have either.

    Thread Starter jrosario1911

    (@jrosario1911)

    Ok finally got it. Thanks man. Much Appreciated.

    Plugin Author kandrews

    (@kandrews)

    Sweet, glad I could help.

    I am trying to do the same thing but I can’t figure out where to input the code. I believe that I understand even less than jrosario1911 does.

    Plugin Author kandrews

    (@kandrews)

    Does your theme have a section to insert custom CSS or styles?

    Hello,

    How to Add a new field for resume?

    And how to translate the plugin?

    Thanks.

    I’m having a similar problem here

    http://opus.ofvero.com/resume-submission/

    Every other row has a white background. I would like them all to be the same color.
    I have entered the following in my custom.css but it doesn’t seem to be making a difference.

    .wp_themeSkin table td {
        background: #320000 !important;
    }
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Resume Submissions & Job Postings] Input Field Background Color’ is closed to new replies.