Support » Plugin: WP-Activity » Can I change the widget color somewhere?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Joe

    (@josephfrio13yahoocom)

    Same problem. I fixed it before in the previous version but can’t remember unfortunately. If anyone has any clue, please respond. Thanks!

    Joe

    (@josephfrio13yahoocom)

    Just figured it out again:

    Go to the Plugin Editor…

    wp-activity.css

    Change to the following

    #act_wrap{
    width: 350px;
    background-color: none;
    padding: 7px;
    border: //removes white border
    }

    #act_admin_icon{
    background-color: none; //removes white background
    background-image: url(img/icon32.png);
    background-repeat: no-repeat;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change the widget color somewhere?’ is closed to new replies.