• Resolved catuyen

    (@catuyen)


    Hi

    I am fixing/upgrading a website for a client and there is a trouble with the “Buy now” button.

    The text of the button does not display on mobile.

    I guess that’s the CSS issues but I can’t Inspect the problem, it’s a shame on me

    Could you please take a look and help?

    Thank you
    CU

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter catuyen

    (@catuyen)

    I found it, not sure why there is a CSS code like below

    @media (max-width: 480px)
    .single-product-top .cart .single_add_to_cart_button {
        text-indent: -999px;
        padding: 0 10px 0 20px;
    }

    Just changed the text-indent to 0px then text display again.

    Glad to hear you found it already! ??

    Please feel free to open a new topic if you have any other questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buy now button text does not display on mobile’ is closed to new replies.