• Resolved sleenmg

    (@sleenmg)


    I have a problem with CSS on my site. I want to make the background of the vertical icons transparent. I can get the background of the Share changed but not the Standalone buttons.

    I’ve been on the Customizre psge and figured this out:
    a2a_config.color_main = "D7E5ED";a2a_config.color_border = "AECADB";a2a_config.color_link_text = "333333";a2a_config.color_link_text_hover = "333333";a2a_config.color_bg = "transparent"

    I found this code thru firebug which will do what I want but cannot get it accepted in either my style sheet of in the spot for custom code. How do I change this

    .a2a_floating_style {
        background-color: #fff;
        border-radius: 6px;
        padding: 4px;
        position: fixed;
        z-index: 9999995;
    }

    My other option is to use customize icons which I have uploaded and the show up however the + turns really tiny. If I could keep it the same size I would do it that way. (This is actually preferable)
    Can someone help me out, please? Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    You’re close!

    .a2a_floating_style { background-color: transparent !important; }

    Answered here and here previously.

    Thread Starter sleenmg

    (@sleenmg)

    Thanks. I really did look for it before. Was surprised I couldn’t find something about it.

    That did work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making backgroundt ranparent’ is closed to new replies.