No way to change CSS styles in Opt-in and Unsubscribe pages/messages
-
I’d like the modify the look of the confirmation page for Double Opt-in and for Unsubscribing. However, I see that it does not include my theme’s style.css, nor content from any other plugins.
I have tried adding a <style> element to my message value as shown, however, the <style> element is removed entirely when the property is saved.
<style> .bg-indigo-600 { background-color: #808080; } .pb-4 { text-align: center; } img { display: inline !important; } </style>
<p style="text-align:center"><img src="https://adventuretaco.com/wp-content/uploads/2020/11/adventuretaco-icon-only-150x150.png" alt="AdventureTaco Logo" width="150" height="150" />
<p style="text-align:center;font-family: Roboto, Open Sans, sans-serif;font-size:1.25em;font-weight:700">You have been successfully subscribed. ??</p><p style="text-align:center;font-family: Roboto, Open Sans, sans-serif;font-size:.75em;color:#fff">(you'll be redirected to <a href="/" style="font-family: Roboto, Open Sans, sans-serif;font-weight:bold;color:#fff">adventuretaco.com</a> in 10 seconds...)</p>I do see that there is a CSS file loaded for the Unsubscribe Page, but only way to change the styles is to edit the Icegram Express plugin files, which is not a good solution.
<link rel="stylesheet" id="tailwind-css" type="text/css" media="all">
How can I update the styles? As they are right now, the “indigo” colors do not work for high contrast and accessibility necessary on my site.
Thanks!
- You must be logged in to reply to this topic.