-
AuthorPosts
-
February 2, 2018 at 7:35 pm #906974
Hello, I want to change the black background color of mailchimp form on the footer. How can I do this? Please check the private link
Thanks in advance
February 2, 2018 at 8:14 pm #906998Hey troupdim,
Sorry I don’t see a mailchimp form in your footer, is it on your homepage or another page?Best regards,
MikeFebruary 2, 2018 at 8:17 pm #907001Please check my homepage now!
February 2, 2018 at 9:19 pm #907048Hi,
Try this code in the General Styling > Quick CSS field:#top .footer_color input[type='text'], #top .footer_color input[type='email'] {background-color: #fff!important; }Please clear your browser cache and check.
Best regards,
MikeFebruary 2, 2018 at 9:32 pm #907053ok it’s done. Also how can I change the color of suscribe button and the font of text area?
February 2, 2018 at 10:34 pm #907075Hi,
Add this to quick css for the button:
.footer_color input[type='submit']{ background-color:#9dd0d4!important; border:#9dd0d4!important; }For the font do you you mean the within the fields? In that case add the font family declaration to what Mike gave you above.
Best regards,
Jordan ShannonFebruary 3, 2018 at 5:49 pm #907254I want to change the font of this text “Γράψτε το email σας”
February 3, 2018 at 7:32 pm #907268Hi,
Try this code in the General Styling > Quick CSS field:#top .footer_color input[type='email'].text_input.is_email,#top .footer_color input[type='email'].text_input.is_email::-webkit-input-placeholder{ font-family: 'Georgia'!important; font-style: italic !important; }Please clear any cache plugin and your browser cache and check.
Best regards,
MikeFebruary 3, 2018 at 8:29 pm #907281ok, thanks a lot. I have got an another question. I have create three columns, but the first of these appears in the different row. How can I set to appear in the same row with other? Please check the private link.
Thanks in advance
-
This reply was modified 7 years, 9 months ago by
troupdim.
February 4, 2018 at 11:30 am #907450 -
This reply was modified 7 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
