Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see a dark background or white text.

    There is no styles setting for the backgrounds. I don’t know why I have never added this but I shall fix it on the next update. In the meantime try adding this in the Custom CSS

    .qpp-style.ThoughtyRocks select {background:#999}

    Change the #999 to your required colour.

    As an aside, dark backgrounds on form inputs will reduce conversions. If you want to sell stuff keep it dark text on white.

    Thread Starter drlester

    (@drlester)

    I don’t know why you don’t see the colors unless you visited the site before the latest tweaks. 🙂

    Thanks for the Custom CSS; that fixed the problem, and it looks good now.

    Can I impose on your generosity a bit further? When I click the Quantity field, it turns white, making it impossible to see what’s already there or what you get when you change it. Is there a Custom CSS fix that would allow a custom color for that field’s background when it’s clicked?

    And thank you for the sales tip. I’ll have to talk with my daughter about that since it’s her site.

    Lane

    Try this:

    .qpp-style.ThoughtyRocks input[type=text] {background:#999}

    Dark backgrounds of any type will reduce conversions. Our eyes prefer dark text on a pale background – it’s much easier to read and less tiring.

    It’s a constant battle with creative types. They are very good at visuals but this can clash with the purpose of a site, which is to sell stuff.

    Thread Starter drlester

    (@drlester)

    Great! I appreciate you help and your observations about conversions.

    Lane

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Possible to Control Drop-down Background Color?’ is closed to new replies.