-
AuthorPosts
-
August 27, 2020 at 11:52 pm #1241324
Hi,
I cannot get the text colour of a Contact Form 7 dropdown to change colour.
Any ideas?
KInd regards,
BrianUnder development:
August 28, 2020 at 3:38 am #1241369Hey 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,
NikkoAugust 28, 2020 at 8:26 am #1241434Hi 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,
BrianAugust 28, 2020 at 12:49 pm #1241558Hi Brian,
I see, try to use this code instead:
#top .main_color select { color: #465a64; }
Best regards,
NikkoAugust 28, 2020 at 12:58 pm #1241564Hi Nikko,
That doesn’t work I am afraid.
Tried:
#top .main_color select {
color: #465a64 !important;
}No luck either
Kind regards,
BrianAugust 28, 2020 at 2:30 pm #1241584Hi 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.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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 -
AuthorPosts
- You must be logged in to reply to this topic.