Forums
(@greggcbs)
2 years ago
Its hard to help without being able to see what is going on. I can only stipulate by this point. And this forum wont let me post screenshots.Would you be comfortable with doing a screenshare on Google Meet so I can guide you and see more?
If that does not work then maybe the css is cached. Go to your webpage and press these keys for hard refresh of the page.windows: ctrl+shift+rmac: cmd+shift+r
See if it then reflects correctly.
Hey, here you go:
You are close, probably something is overwriting your css . So you can use the css !important flag like this:
.cr-form-wrapper { background-color: #e2f3eb !important; }