Change background colour of the Country and State select fields

  • Claire Haas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 years 1 month ago #150570 by Claire Haas
Hi,

I am trying to change the background colour of the Country and State select fields once you have clicked on them but I can't get the custom css right for it. Please can you help?
I have attached a screenshot of the area I want to change.

Kind regards :-)
Attachments:

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago #150577 by Tuan Pham Ngoc
Hello

Please send us link to the page. We will look at it and give you details instructions

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Claire Haas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 years 1 month ago - 2 years 1 month ago #150606 by Claire Haas
Last edit: 2 years 1 month ago by Claire Haas.

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago #150611 by Tuan Pham Ngoc
Hello,

Please go to Eventbooking Configuration, look at Custom CSS tab and copy code below to paste into custom css:

#eb-individual-registration-page #adminForm #country option {

background-color: #000000;
}

Regards,
Tuan

Please Log in or Create an account to join the conversation.

  • Claire Haas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 years 1 month ago #150619 by Claire Haas
Hi,
Thank you for your help, but this is Membership Pro not Events Booking.

Kind regards :-)

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago #150622 by Tuan Pham Ngoc
Sorry, my bad. Please go to Membership Pro -> Configuration, look at Custom CSS tab, put the custom css code below:
Code:
.osm-container select option { background-color: #000000 !important; }

Then check it again to see if it works

Tuan
The following user(s) said Thank You: Claire Haas

Please Log in or Create an account to join the conversation.

  • Claire Haas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 years 1 month ago #150643 by Claire Haas
Perfect, thank you.
:-)

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago #150648 by Tuan Pham Ngoc
You're welcome !

Please Log in or Create an account to join the conversation.