• Resolved samuelng527

    (@samuelng527)


    Hi,

    I have uploaded my own icon but it appeared my own icon with a background color. How can I remove the background color?

    Please advise, many thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hi Samuel,

    Thank you for your question. You can do that by adding the following CSS code to your website:

    <style>
    .buttonizer-button a.buttonizer_head, .buttonizer-button a.buttonizer_head:hover {
    background-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    }
    </style>

    Cheers,

    Jeroen

Viewing 1 replies (of 1 total)
  • The topic ‘Removed icon Background color’ is closed to new replies.