Comments Unions started the conversationOctober 23, 2020 at 4:04amHey, my Wordpress themes styles are overiding the 'Text Color on Background'I've got it set the white in the plugin settings, but it's showing up as black on the site.Can you please help?Thanks,Michelle [deleted] repliedOctober 23, 2020 at 7:31pmHello Michelle,Thank you for getting in touch.Can you please provide a screenshot with the example where you have this issue.Unions repliedOctober 25, 2020 at 10:31pmHey! yep it looks like this: https://ibb.co/MNrv8gpI'd like to be able to see the text on the selected date. Thanks,Michelle [deleted] replied privately Unions replied privately[deleted] repliedOctober 27, 2020 at 10:00pmHello Michelle,Sorry, can you please send the link to the page where you are having this issue? Unions replied privately[deleted] repliedOctober 28, 2020 at 10:04pmHi Michelle,I will clarify whether it's possible to modify and get back to you tomorrow.[deleted] repliedOctober 30, 2020 at 8:48pmHi Michelle,Please use the following code below:Sure, with this: label.el-radio-button.el-radio-button--medium.is-active > span { color: #1a84ee !important; } This is the entire selector: #am-appointment-times0 > div > div > label.el-radio-button.el-radio-button--medium.is-active > span Delete all before "label", and include the color from Amelia that was overwritten:So, the CSS is: label.el-radio-button.el-radio-button--medium.is-active > span {color: #1a84ee !important;}Unions repliedNovember 1, 2020 at 9:33pmthank you! Sign in to reply ...
Hey, my Wordpress themes styles are overiding the 'Text Color on Background'
I've got it set the white in the plugin settings, but it's showing up as black on the site.
Can you please help?
Thanks,
Michelle
Hello Michelle,
Thank you for getting in touch.
Can you please provide a screenshot with the example where you have this issue.
Hey! yep it looks like this: https://ibb.co/MNrv8gp
I'd like to be able to see the text on the selected date.
Thanks,
Michelle
Hello Michelle,
Sorry, can you please send the link to the page where you are having this issue?
Hi Michelle,
I will clarify whether it's possible to modify and get back to you tomorrow.
Hi Michelle,
Please use the following code below:
Sure, with this:
This is the entire selector:
#am-appointment-times0 > div > div > label.el-radio-button.el-radio-button--medium.is-active > span
Delete all before "label", and include the color from Amelia that was overwritten:
So, the CSS is:
thank you!