Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #772910

    Hi!
    I’m using Enfold theme, and I have trouble with buttons on hover. Some buttons work fine but mailchimp and contact form buttons (send, subscribe) hide text on hover, button becomes just one block without text. Contact form “send” button only works fine in footer widget.
    Please help,
    Thanks!

    • This topic was modified 7 years, 7 months ago by WaveToys.
    #773678

    Hey WaveToys,

    You have this in your child theme’s CSS file:

    .main_color input[type='submit']:hover {
        background-color: #3f5875;
        color: transparent;
        border-color: #1d3653;
    }

    Please remove it or change it to the values you want.

    Best regards,
    Rikard

    #773775

    Hi, thanks for your reply.
    I don’t see this, the only additional css I’ve added in quick css is:
    #top .av_header_transparency {
    background: rgba(0, 0, 0, 0.5);
    }
    #mobile-advanced .mega_menu_title, #mobile-advanced a {
    color: black !important;
    }
    #mobile-advanced {
    background: white;
    }

    The rest is default, I didn’t change anything except that.

    #774463

    Hi WaveToys,

    That code is in dynamic_avia, which means the settings were made in theme styling options, you can check them yourself or give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    #774473

    Ok, I’ll send you login data, thanks!

    #774638

    Hi,
    I fixed this for you by adding this to your css:

    .main_color input[type='submit']:hover {
        color: #fff!important; 
    }

    Best regards,
    Mike

    #774655

    Thanks a lot!

    Best,
    WaveToys

    #774745

    Hi,
    Your welcome, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Button text disappears on hover’ is closed to new replies.