Support » Plugin: AddToAny Share Buttons » Change background Black

  • Resolved DA42

    (@troyw2015)


    Hi,

    I am using the addtoany and have chosen to have my Share Icons presented at the side of my page. Positions wise, it is doing what it should.
    However, as I have a black website, I would like the background to be black, so that only the icons display.
    I have tried the Menu Styler and copied the color codes into the ‘Additional Java Script’ field, but nothing changes.

    Could anyone tell me what I am doing wrong or perhaps offer a solution that will turn background Black.

    Thanks

    https://wordpress.org/plugins/add-to-any/

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

    (@micropat)

    Are you referring to the “Floating” share bar? If so, just place a line of CSS code into your Additional CSS box:
    .a2a_floating_style { background-color: transparent !important; }

    You can replace transparent with a specific color such as the black keyword or #000000 in hexadecimal format.

Viewing 1 replies (of 1 total)
  • The topic ‘Change background Black’ is closed to new replies.