1) I don't know why, but the "Register" button in the Mailchimp Sign Up Form isn't the correct color (see attached image) for blog posts. I tried adding CSS code, but it changes the color everywhere, both on the homepage and in the footer, where the newsletter signup form had a different color.
2) I also have the "Search" button still in the article's sidebar which does not allow the text to be read because its color makes it impossible to read the text.
Actually, I should have the same button as on the homepage: a gray background button with white text and an orange white text button on hover. With the CSS code you provided, I simply have an orange button with no effect.
I have the same problem with the "Research" button in the sidebar.
Hello,
1) I don't know why, but the "Register" button in the Mailchimp Sign Up Form isn't the correct color (see attached image) for blog posts. I tried adding CSS code, but it changes the color everywhere, both on the homepage and in the footer, where the newsletter signup form had a different color.
2) I also have the "Search" button still in the article's sidebar which does not allow the text to be read because its color makes it impossible to read the text.
Could you please help me with this?
Thank you,
Attached files: Capture d’écran 2026-01-24 à 21.35.11.png
Hi,
Please send us the page URL that contains these issues so we can review them.
Regards,
PenciDesign.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
#sidebar .mc4wp-form input[type="submit"] { background: var(--pcaccent-cl); }Regards,
PenciDesign.
Thank you for your reply.
Actually, I should have the same button as on the homepage: a gray background button with white text and an orange white text button on hover. With the CSS code you provided, I simply have an orange button with no effect.
I have the same problem with the "Research" button in the sidebar.
Thank you very much in advance :)
Hi,
Please add more CSS code:
mc4wp-form input[type="submit"], #sidebar button, #sidebar input[type="submit"] { background: var(--pcaccent-cl); }Regards,
PenciDesign.