Hi guys,
I would like to align product title, prices and buttons in wishlist page. And remove the hyperlink line but not the link.
Thank you
Hi guys,
I would like to align product title, prices and buttons in wishlist page. And remove the hyperlink line but not the link.
Thank you
Hello @Alliance
I would like to give you a solution to support you:
<style>
.vertex-card-content {
text-align: center !important;
}
.vertex-product-title-section p {
text-align: center !important;
}
.vertex-product-title-section a {
text-decoration: none !important;
border-bottom: 0px !important;
}
.vertex-product-add-to-cart-section button {
text-align: center !important;
margin: auto !important;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This means alot to me.
step 01:
step 02:
.vertex-product-title-section a:hover {
text-decoration: none;
}
.vertex-product-title-section p {
min-height: 37px;
height: 37px;
overflow: hidden;
}
this idea helps you
Hello @Alliance
You can add code by following these steps to align products title and buttons on whishlist page
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Hello @Alliance
Add this css to your CSS file and use !important if necessary
.vertex-card-content {
text-align: center;
}
.vertex-product-title-section * {
text-align: center;
}
You can consider using some other wishlist if you are having issues with this one. There are much more better apps available on the shopify app store.
Name few please
You can choose any whishlist app from here :
Hi there,
If you are still looking for a solution, I recommend using Javascript.
I hope this was helpful! My team is happy to assist you further.
All the best,
Shruti