chet
(Chet)
1
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!
teefers
(Doug Bennett)
2
I’m not at my Mac right now, but color property changes the color of text.
Try background-color
instead.
chet
(Chet)
3
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
capetom
(Thomas Roegner)
4
There is a stack from Marathia to make the message more beautiful - [https://rapidweaver.marathia.com/stacks/pmbeautifier/]
2 Likes
system
(system)
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.