Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496594

    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.

    #1496621

    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.

    View post on imgur.com

    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

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