Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1241324

    Hi,

    I cannot get the text colour of a Contact Form 7 dropdown to change colour.

    Any ideas?

    KInd regards,
    Brian

    Under development:

    #1241369

    Hey brianwelsh,

    I just want to remind you that Contact Form 7 is not part of the Enfold theme and we don’t usually answer questions that aren’t related to Enfold.
    However, the question is most likely HTML standard related, so you can try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .main_color select {
      background-color: blue;
    }

    Just replace the blue color with anything that you’d like.
    Hope it helps.

    Best regards,
    Nikko

    #1241434

    Hi Nikko,

    Thanks for this but it’s not the field’s background colour I need to change but the text colour
    in the field!

    At the moment it is picking up the blue from the theme settings I assume?

    I need it to be a grey like the other fields.

    Thanks,
    Brian

    #1241558

    Hi Brian,

    I see, try to use this code instead:

    #top .main_color select {
        color: #465a64;
    }

    Best regards,
    Nikko

    #1241564

    Hi Nikko,

    That doesn’t work I am afraid.

    Tried:

    #top .main_color select {
    color: #465a64 !important;
    }

    No luck either

    Kind regards,
    Brian

    #1241584

    Hi Brian,

    I have checked your site and I don’t see the code appearing in the web inspector.
    Can you try to flush out the cache? if you don’t have a caching plugin, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.