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!
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
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.
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
Ok, I’ll send you login data, thanks!
Hi,
I fixed this for you by adding this to your css:
.main_color input[type='submit']:hover {
color: #fff!important;
}
Best regards,
Mike
Thanks a lot!
Best,
WaveToys