How to edit MailChimp sign up box in footer
-
Hi,
I am trying to change some settings of my mailchip sign up box in the footer of my site but something seems to be overriding them.
I am trying to do the following:
1)
p.selectionShareable label {
font-size: 17px;
color: #ffffff;
text-align: center;
font-family: montserrat;
font-weight: normal;
letter-spacing: 2px;
}2) I also want to make the email entry box to be white with black writing with the following but the font doesn’t change colour:
input.input-text {
color: #000000;
background-color: #ffffff;
}3) And to make the yes please box the same size as the email entry box. I have done the following but cant change the size of the box:
p.selectionShareable input {
color: #000000;
background-color: #ffffff;
}Thanks!
The page I need help with: [log in to see the link]
- The topic ‘How to edit MailChimp sign up box in footer’ is closed to new replies.