Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Rolf,

    i am already working on language files for mashshare. As a workaround you can use a css to change the share titles like:

    CSS example:

    .twitter {
    text-indent: -9999px !important;
    line-height: 12px !important;
    }

    .twitter:after {
    content: “Share now on Twitter” !important;
    text-indent: 0 !important;
    display: block !important;
    line-height: initial !important;
    }

    Regards, René

    Thread Starter rolfkrueger

    (@rolfkrueger)

    Hi René!

    Thank you – that’s a good workaround.

    Regards,
    Rolf

    Hello Rene,

    Sorry but didn’t see the code you mentioned in css file. Can you specify your answer a little bit more?

    Awesome plugin btw.

    Cheers

    Enes

    Hi Enes,

    just put this mentioned style into your style.css or any other custom css file. It will overwrite any pre declared style or extends the current working styles.

    Cheers, René

    Works like charm, thanks man

    Cheers

    Enes

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Translation?’ is closed to new replies.