Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v:2.0:snippets:add_message_above_email [2018/07/23 05:21] – [Step 1: Get the Snippet] adamv:2.0:snippets:add_message_above_email [2018/07/23 05:21] (current) – [Optional Styling] adam
Line 34: Line 34:
 <code> <code>
 <style> <style>
-#fc .fc-messages .fc-alert {+#fc .fc-messages .custom-message{
     background-color: lavender;     background-color: lavender;
     border-color: pink;     border-color: pink;
Line 43: Line 43:
 **To change the text, use:** **To change the text, use:**
 <code> <code>
-#fc .fc-messages .fc-alert ul li {+#fc .fc-messages .custom-message ul li {
     color: red;     color: red;
 } }
 </code> </code>

Site Tools