CSS changes not taking effect
-
Hi,
I’m trying to change the colors of some text elements in the registration form. More specifically I want to change the confirmation text next to the privacy policy checkbox. However, even though I seemed to have found the right css selector (by inspecting the page) the changes won’t take effect. I’ve tried to put the code inside the elementor module itself and also in the general wordpress css editor.
I’ve tried with:
.um-field-checkbox-option, .um-field-radio-option {
margin: 0px 0px 0px 36px;
line-height: 24px;
color: #fff !important;
display: block;
}I’ll attach a link to a screenshot so you can see. I guess, there is some higher class css code that prevents the text from changing color to white? How do I get the changes to be applied? Btw you can’t right click on the page, you need to press ctrl+shift+c in order to inspect it.
The page I need help with: [log in to see the link]
- The topic ‘CSS changes not taking effect’ is closed to new replies.