How can I center an item header and remove lines?

Hi
I need to center the item header, to match the page header from the previous page.

Also, the lines above and below the item header needs to be removed, if possible.

Any tips?

www.avilo.dk

code: 123456

1 Like

@Kim51

Please share a screenshot of the problem.

This is how I want it

This should also be centered and without the 2 lines

1 Like

@Kim51

Please add the following code at the bottom of your assets/theme-collection.min.css file.

.template-collection .collection-items-header .collection-items-header-content-inner{
justify-content: center;
border-bottom: 0px !important;
}
.template-collection .breadcrumbs-inner{
border-bottom: 0px !important;
}

Hope this works.

Thanks!

Thats awesome!

Thanks!

I have another topic open regarding multiple images on a product variant.

Maybe you can help here too?

https://community.shopify.com/c/shopify-design/product-variant-more-images/m-p/1313679