Change RW8 Privacy Message Dismiss Button Color

Hello!

I’m adding the GDRP privacy message to my website. I want to change the background color of the button. I tried this in the Custom CSS window:

.button#rapidweaver_privacy_message_dismiss_button {
color: #FFFFFF; }

That didn’t work. Thanks for your help!

I’m not at my Mac right now, but color property changes the color of text.
Try background-color instead.

Perfect! That did it.

For those of you following along at home, insert the following into the custom CSS field:

button#rapidweaver_privacy_message_dismiss_button {
	background-color: #FC5E37;
}
1 Like

There is a stack from Marathia to make the message more beautiful - [https://rapidweaver.marathia.com/stacks/pmbeautifier/]

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.