Mailchimp widget background

  • Posted in : TheBlogger
  • massiglia
    Participant

    Hi,
    how can I get rid off the mailchimp widget background with CSS? I don’t want any image on background (screenshot here https://imgur.com/a/ABl2o).
    And one more question: I’m using the default V2 style, is it possibile styling the widget like the Default style one? (border with alternate blu/red color)
    Thank you!

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .footer-subscribe h3:after { display: none !important; }

    Please go to appearance > customize > sidebar > you can change the title alignment and font style from here.
    Thanks

    Emayenvyi
    Participant

    Hi Serkan,

    I had the same issue with the screenshot in the originating post in this thread. I don’t want the image background in the footer. I put the custom css code into appearance>customize>custom css and it didn’t change anything. What am I missing?

    Also, Is there any way to make the fields in the subscription form in the footer white and the text “Your First Name” and “Your email address” grey?

    My site is http://www.executivearmcandy.com

    serkan
    Moderator

    Hi, Copy this code to the top of the css box. If it does not work, there is a punctuation or parenthesis error in the code you wrote above.
    You can use these custom css code for the next question.

    .is-footer-subscribe-dark .footer-subscribe input[type="email"], .footer-subscribe input[type="email"]:focus {
    background: #fff !important; }
    .footer-subscribe ::placeholder { color: #c1c0c0 !important; }
    .footer-subscribe .input-text, select { background: #fff; border-color: #fff; color: #c1c0c0 !important; }

    Thanks

    Emayenvyi
    Participant

    Thank you!! That worked :)

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register