Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #906998

    Hey troupdim,
    Sorry I don’t see a mailchimp form in your footer, is it on your homepage or another page?

    Best regards,
    Mike

    #907001

    Please check my homepage now!

    #907048

    Hi,
    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,
    Mike

    #907053

    ok it’s done. Also how can I change the color of suscribe button and the font of text area?

    #907075

    Hi,

    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 Shannon

    #907254

    I want to change the font of this text “Γράψτε το email σας”

    #907268

    Hi,
    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,
    Mike

    #907281

    ok, 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 6 years, 10 months ago by troupdim.
    #907450

    Hi,
    Sorry your private link didn’t show please add again. I tried looking for the situation but the only 3 column page I found looks fine, please see link in Private Content area. If this is the correct page, please explain a little more.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.