Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #667579

    Coopermed
    Participant

    Hello,

    How may I add the playstore logo to a button for my app download?

    Thanks.

    #667598

    Coopermed
    Participant
    This reply has been marked as private.
    #667796

    Coopermed
    Participant

    Any clues?

    Thanks

    #667825

    John Ezra
    Member

    Hi there,

    Thanks for writing in! The generated code works as a button already, all you need to do is use text or raw element to enter the code anywhere you would like it to appear and it will work.

    Hope this helps – thanks!

    #667836

    Coopermed
    Participant

    Thank you!
    Did it but the button looks huge. How may I make it really small, adaptative, and on the right side?

    #667867

    Coopermed
    Participant

    Any clues?

    #667926

    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #668126

    Coopermed
    Participant
    This reply has been marked as private.
    #668139

    Paul R
    Moderator

    Hi,

    To reduce the size of your button, you can add this in cornerstone > settings > custom css

    
    #x-section-1 #x-btn.x-text img {
          max-width:300px;
    }
    

    You may change 300px to achieve your desired size.

    Hope that helps.

    #668166

    Coopermed
    Participant
    This reply has been marked as private.
    #668171

    Thai
    Moderator
    This reply has been marked as private.
    #668176

    Coopermed
    Participant

    Sorry about that, User is now created.
    Just another question, I soon will have to place the apstore icon next to it, anything I should do?
    Also on the content dock, I would like the button to open a windows that shows the 2 stores buttons, as on this site footer: https://squareup.com/global/es/register

    Thanks

    #668191

    Paul R
    Moderator

    Hi,

    We need your wordpress admin login to be able to check on this.

    At the meantime you can try adding a width your image html code

    eg.

    
    <a href="https://play.google.com/store/apps/details?id=com.medvisitpatient.patient&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img width="100" alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png"></a>
    

    Notice I added width=”100″

    Hope that helps.

    #668197

    Coopermed
    Participant
    This reply has been marked as private.
    #668205

    Paul R
    Moderator

    Hi,

    I tried to login but it is still not admin access.

    Please also provide a screenshot on where you would like your button to appear.

    Thanks