Tagged: CSS, footer, mailchimp widget
-
AuthorPosts
-
December 17, 2021 at 8:25 pm #1333298
Hi guys,
Need some CSS help.
I need the background color for the Mailchimp Widget thank you message (after email submit) on the footer to be transparent. Not to change to the same color as the footer’s font.
#fff7f7 – is used as the background for the Email Address field and it seems to also be used as the background for the Thank you message. Unfortunately if the footer is a dark color, this doesn’t work well.
Tried to tinker with the code on Chrome dev but could not change the thank you message background to dark blue or to transparent. And I only want to change it for the Footer.
Thank you in advance!!
Sending you the site and email info on the Private Content.
Havi
December 18, 2021 at 7:30 am #1333337Hey havi,
Please try the following in Quick CSS under Enfold->General Styling:
h3.avia-form-success.avia-mailchimp-success { background-color: #163248; }Best regards,
RikardDecember 20, 2021 at 7:12 pm #1333559Hi Rikard,
Tested it and works on the footer but it is also affecting all other mailchimp messages not on footer and not with #163248 background so now those cannot be seen. It just shows a blue box.
How do we limit this to the footer only?
Thank you!
Havi
December 21, 2021 at 8:12 am #1333609Hi,
Please try this CSS instead:
#footer h3.avia-form-success.avia-mailchimp-success { background-color: #163248; }Best regards,
Rikard-
This reply was modified 3 years, 10 months ago by
Rikard.
December 22, 2021 at 6:34 pm #1333776Hi Rikard!!
It worked like a charm! Thank you so much!! You are the best!!
Have a happy holiday season!!
Warmly,
Havi
December 23, 2021 at 6:44 am #1333815 -
This reply was modified 3 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
