New Landing How can we help? Atelier Newsletter submit button hover problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #296681
    kodanska
    Member
    Post count: 36

    Hello

    I have a newsletter subscription bar on the bottom of my page, but when you hover the submit button the text goes white. Can you help me with some CSS to ensure the text stays black on hover?

    Thanks

    Anders

    #297130
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .newsletter-subscription input[type=submit]:hover, 
    .newsletter-subscription button[type=submit]:hover {
        background: #222222!important;
        border-color: #222222!important;
        color: #222222!important;
    }
    #297335
    kodanska
    Member
    Post count: 36

    Hello, thank you for the reply. Now the submit box border is going black on hover which is fine but the submit text is still going white and fades away. How do i get the text to stay black?

    I have tried working with the Color Customizer but this does not work for me.

    Thank a lot

    Anders

    #297506
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    can you try this one to see if it works.

    #sf-newsletter-bar .sub-code form input[type=submit]:hover {
        color: #222222!important;
    }

    -Rui

    #298143
    kodanska
    Member
    Post count: 36

    Thank you, works perfectly!

    #298364
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.

    -Rui

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

You must be logged in to reply to this topic.