Tagged: button, Button Row
https://i.ibb.co/vxB9KR1y/image.png
Can I please have a transparent background without border. And would love to know the best workaround before that is added.
Also I noticed another bug.
Condition:
Button Background Light Transparent Background.
Border set to None.
Issue: The button will get a white border when hovered.
Hey infoflammablestudio,
Thank you for the inquiry.
You can adjust the button settings and set the Styling > Colors > Button Colors Selection to Advanced Options, then select Light Transparent for the Button Background Color.
For the white border on hover, you can override it with this css in Enfold > General Styling > Quick CSS:
.avia-button.avia-color-light {
border-color: transparent !important;
background-color: transparent !important;
}
.avia-button.avia-color-light:hover,
.avia-button.avia-color-light:focus {
border-color: transparent !important;
}
Let us know the result.
Best regards,
Ismael
