Viewing 2 replies - 1 through 2 (of 2 total)
  • @baharotat: In order to change the background color of the widget you’ll have to use CSS to override the default white background. Add the following style to your theme:

    .addthis_toolbox{
    background-color: #EDEDED;/* your color */
    }

    Thread Starter BaharOtat

    (@baharotat)

    Heeey it works like a charm :))

    Thanks, thanks, thanks…

    I use this code;
    .addthis_toolbox {
    margin: 0px -10px 0px 0px;
    padding: 10px 10px;
    background: #eee;
    border-bottom: lpx solid #DFDFDF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;”
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background for addthis widget’ is closed to new replies.