Hello! I have been a long time user and lover of WP (since 2011, I think). I’ve recently started building sites for others. For the most part, I stick to a theme that will suit the client’s needs, but I’m starting to dive into CSS.
A current client is working with third parties to assist with company needs. I’ve added the third party code to the page, it works just fine, but the colors are the third party colors. I have permission to change the color to the client’s logo colors with CSS, but I can’t get all of it to work.
The primary button color changed, but the box shadow didn’t. I used the same code for both, aside from the box-shadow tag, of course. So I’m baffled.
I won’t even talk about the hover color. I’m going to try to figure that out on my own.
Still, if anyone has a suggestion on where I went wrong on the box shadow (or, heck, ideas on how to change the hover color), I would very much appreciate it.
Page: https://www.divinespineswellness.com/patient-forms/
Code:
.page-id-209
.rw-form-wrap .rw-form .rw-btn {
background: #008B95
}
.page-id-209
.rw-form-wrap .rw-form .rw-btn {
box-shadow: #00B2E3;
}
The page I need help with: [log in to see the link]