Changing Background Color of Thank You Message CSS [Checkout Result Page]
-
Hi there,
I’ve been struggling to work out how to change the default styling of the default thank you message, in particular the background colour.
The default background color is a pale green which really clashes with the aesthetic of my site.
I have searched a while through the forums and documentation but cannot find anything guiding this, I did come across some documentation regarding changing the text colour and font weight but nothing about the background colour.
I have tried adding this to my additional CSS:
.asp-thank-you-page-msg-wrap {
background-color: #000000;
font-weight: bold;
color: blue;
}I just would ideally like the background black.
I’m not the most tech savvy so apologies if I am missing something stupid…
Many thanks
The page I need help with: [log in to see the link]
- The topic ‘Changing Background Color of Thank You Message CSS [Checkout Result Page]’ is closed to new replies.