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
Hi Tokyo!
Add this to your custom CSS.
.at-logo-bg-orange, a.at-svc-compact span {
background: black !important;
}
Best regards,
Elliott
hey thanks work perfect :)
and the other one?
his code we used before. but now. dont work:
span.at4-icon-left.at4-icon.aticon-compact {
background-color: black!important;
}
Hi,
Try this as well:
.at-icon-wrapper {
background-color:#000 !important;
}
Cheers!
Rikard
hey thanks. that code change color of all icons. is posible only change the orange icon +?
thanks
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
hey, cehck here:http://goo.gl/OzXdDf
any idea? thanks!!!
Hi,
Please try this instead:
.addthis_button_compact .at-icon-wrapper {
background-color:#000 !important;
}
Best regards,
Rikard
Hey finally works!! thank you very much Ricard!! and thanks all for your time :)