Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author MikesPickz

    (@mikespickz)

    I can definitely do that. I’ll create a list of fonts that can be used. Any specific font you would like to possibly see as an option?

    Thanks for using the MP Share Center!

    Thread Starter darkpollo

    (@darkpollo)

    Thank you MikesPickz!

    This is indeed great support. 🙂

    I do not need any special font, but if you want you can check mi site and choose something that fits 🙂
    http://www.planetahuevo.es

    I was kidding, whatever you choos will be good.

    Thanks again

    Plugin Author MikesPickz

    (@mikespickz)

    Happy to say that version 3.1 has just been submitted and this update will allow you to choose one of five fonts for the Call to Action.

    Let me know if this fix works for you!

    Thread Starter darkpollo

    (@darkpollo)

    I am sure it will. I am testing it right now.

    Thanks!

    Thread Starter darkpollo

    (@darkpollo)

    Great!
    I would like to have some fonts like Impact (in fact, impact will be perfect for this :))

    What i would need for my theme is to use this CSS config:
    #mp-share-below-action {
    display: block;
    font-family: ‘Impact’;
    font-size: 30px;
    line-height: 41px;
    padding: 5px;
    }
    So i need to change the font-family and the font-size to make it work perfect on my website.
    I am not sure if this is too much to ask for.

    Thank you

    Plugin Author MikesPickz

    (@mikespickz)

    I will look into adding a feature to allow a user to utilize custom CSS in a future release.

    In the meantime, if you are comfortable adding this style to your theme’s CSS file, it should result in what you are looking for:

    #mp-share-below-action {
    font-family: Impact, Charcoal, sans-serif !important;
    font-size: 30px !important;
    }

    Let me know if this does the trick for you.

    -Mike

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: MP Share Center] Share Center Call to Action’ is closed to new replies.