Tagged: fullwidth button
Not sure why, but my Fullwidth button is now showing a small slightly off centered black box when you hover over the button. Can you advise how to get rid of that box?
Hey Kimberly,
Try adding the following to quick css:
.avia_button_background.avia-button.avia-button-fullwidth.avia-color-theme-color-subtle{
display:none!important;
}
Best regards,
Jordan Shannon
That did fix it, but now we don’t have the hover feature. We just wanted to get rid of that small box.
Hi,
Is the hover feature the bottom “notch” in the button?
Best regards,
Jordan Shannon
Yes, that is what was originally occurring was that small notch at the bottom. That was what we were endeavoring to get rid of, not the actual hover with the color change just that small notch in the button.
Hi KimberlyM,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia-button-fullwidth:hover .av-button-description p font {
color: #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, when I added that onto the previous code supplied it worked.