• Resolved Michael

    (@mdpalow)


    Just can’t seem to figure out how to change the background color of my vertical standalone buttons. I simply want to set bg color to: #EEE8DC

    Can anyone help with this seemingly simple task?

    I’ve tried adding style changes as provided in the color chooser, but that seems to be for a different share button type. I simply have Tumblr, Twitter, Facebook, and a couple other buttons vertically arranged down the side of my site.

    The default bg color is #FFFFFF

    Is this a .css hardcode change or something done in the ADDITIONAL OPTIONS box within settings?

    Thank you in advance.

    https://www.ads-software.com/plugins/add-to-any/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Include this custom CSS code on your site in your theme’s stylesheet or using a ‘custom CSS’ plugin:

    .a2a_floating_style.a2a_vertical_style {
      background-color: #EEE8DC;
    }

    Thread Starter Michael

    (@mdpalow)

    Thank you Micropat Member. My programmer figured it out for me last week, but thank you all the same. I’m sure someone will benefit from it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Background Color for STANDALONE buttons’ is closed to new replies.