View all button

Hi there,

i’m struggling with the same view all-button, I have added the code below to nr 57 line, but still does not appear any view all button, (

View all
)

May I get any help, pls?

Thanks

Hi, nice to meet you. I am a Senior Shopify Developer with 6 years of experience.

I wanna help you.

Below is CSS code.

.view_all {

text-align: center;

margin-top: 20px;

}

.view_all .btn {

display: inline-block;

padding: 10px 20px;

background-color: #007bff;

color: white;

text-decoration: none;

border-radius: 5px;

}

.view_all .btn:hover {

background-color: #0056b3;

}

If the button still does not appear, double-check the file path and ensure there are no typos or missing files. If you’re using a content management system or a specific framework, verify that your changes are being applied correctly within that context. Ensure no JavaScript is removing or hiding the button. Check for any scripts that might manipulate the DOM.

Best Regards.

Hi again,

thanks for your patience and support.

I got it now set up, but how do I move it in the middle side of the page. It shows on the left hand side of the page,

Thanks