Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #556805

    Hi All ^^
    Previously you helped me to change the color orange button “+” for black.
    but something has changed and has become to be orange after the last update of the plugin.
    This code we used before. but now. dont work:

    .at-logo-bg-orange, a.at-svc-compact {
      background: black !important;
    }
    
    span.at4-icon-left.at4-icon.aticon-compact {
        background-color: black!important;
    }

    example:
    http://www.ganubis.com
    any ideas? thank you

    • This topic was modified 9 years ago by Tokyo.
    #556814

    Hi Tokyo!

    Add this to your custom CSS.

    .at-logo-bg-orange, a.at-svc-compact span {
        background: black !important;
    }

    Best regards,
    Elliott

    #557296

    hey thanks work perfect :)

    and the other one?

    http://www.ganubis.com/2.png

    his code we used before. but now. dont work:

    span.at4-icon-left.at4-icon.aticon-compact  {
        background-color: black!important;
    }
    • This reply was modified 9 years ago by Tokyo.
    #557580

    Hi,

    Try this as well:

    .at-icon-wrapper {
    background-color:#000 !important;
    }

    Cheers!
    Rikard

    #559803

    hey thanks. that code change color of all icons. is posible only change the orange icon +?

    thanks

    #560376

    Hey!

    I don’t see the social icons on the blog page any more http://ganubis.com/el-trailer-del-modo-zombis-de-black-ops-3-es-todo-lo-que-necesito-para-ir-de-cabeza-a-comprarlo/

    Please send the URL to the page where you need to change the icon colors.

    Cheers!
    Vinay

    #576089

    hey, cehck here:http://goo.gl/OzXdDf
    ganubis

    any idea? thanks!!!

    • This reply was modified 8 years, 10 months ago by Tokyo.
    #576312

    Hi,

    Please try this instead:

    .addthis_button_compact .at-icon-wrapper {
    background-color:#000 !important;
    }

    Best regards,
    Rikard

    #576405

    Hey finally works!! thank you very much Ricard!! and thanks all for your time :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Addthis + button color Black’ is closed to new replies.