How can I add a view details button to my Refresh Theme homepage?

Hello all!

I want to add a view details button on the right side of the product title on our homepage so that customers will be able to click on it first and will be able to check the product details.

Anyone able to help me doing so? :slightly_smiling_face:

@sal_trilho

find the code in card-product.liquid {{ card_product.title | escape }}
and put below code


add below css into base.css file

input.viewmore_product_card {
    width: 100%;
    background: transparent;
    height: 45%;
    border-radius: 20px;
}

here below shown in pic :

so it will be look like this :

Hey!

Thank you for your kind support.

Is there any way to customise the text and to make it different depending on the language that is being shown on the website?

Hello, I’ve tried to use your code but it didn’t work. The appearance is not great at all, it isn’t showing as in the website of example :disappointed_face: