• Resolved mohamedali86

    (@mohamedali86)


    I need to customize this download link to be a Large and clear button for my clients because many of them ask me How can I download files.

    Can I customize this block or replace the download text with a button?

    Note: I’m using Kiosko theme by Automattic for my site

    • This topic was modified 1 month, 2 weeks ago by mohamedali86.
Viewing 1 replies (of 1 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    To assist you better, could you please confirm whether you are referring to the downloadable link that appears on the Order Details page when a customer places an order for a downloadable product? If so, please note that the link style depends on the theme you’re using. If you are seeing the link as text, it means the theme is displaying the downloadable link as text.

    However, if you want to show that text link as a button, you can use custom CSS. Currnetly I have style that text link by using the following css code on my site.

    a.woocommerce-MyAccount-downloads-file.button {
    background-color: #000;
    color: #fff;
    padding: 5px 10px 10px 10px;
    }

    Please note that we do not provide support for customizations.If that does not work for you, I would suggest contacting the theme support and asking them to help you display the download link as a button. They may provide you with the necessary custom CSS code to make the text appear as a button.

    Thank you!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.