Viewing 4 replies - 1 through 4 (of 4 total)
  • I took a look using Chrome dev tools and changing the colour here changed the green counter colour.

    element.style {
    display: block;
    padding-bottom: 17px;
    font-size: 70px;
    font-weight: bold;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #BD49A6;
    background-color: ;
    border: #ffffff solid 0px;
    }

    Hello,

    use this:

    .mashsharer-count > font{
    color: #bb0a1c !important;
    }

    Keep in mind, that i delete the deprecated font declaration with the next update.

    Thread Starter 809finest

    (@809finest)

    @ hllers54 thank you for your quick respond and unfortunately it didn’t work. element.style is not an actual class for the plugin. it’s a self generated class for divs. If you wish to modify the color then use Rene Hermenau code for it worked on my site.

    @rene hermenau: ok so on the next update will i need to request support on this topic or can it be possible to add a script so people can modify it if they wish on the plugin.

    thank you for your help and love the plugin. will be contributing by purchasing the add-on’s

    Thanks for your kind words @809finest. I will write a small notice how to change the share count color when i release the update. So you can quickly modify the color than. I have to remove the <font> because its not html5 conform.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘css customization’ is closed to new replies.