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?
code: 123456
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?
code: 123456
Please share a screenshot of the problem.
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