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

    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?

    #913444

    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

    #913449

    That did fix it, but now we don’t have the hover feature. We just wanted to get rid of that small box.

    #913450

    Hi,

    Is the hover feature the bottom “notch” in the button?

    Best regards,
    Jordan Shannon

    #913451

    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.

    #913599

    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

    #914637

    Thank you, when I added that onto the previous code supplied it worked.

    #914700

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.