Hi,
Can anyone help with this? Id like to centre the price and product title on collection pages.
Also is there a way to to make the vendor text bigger as its hard to see it!
Thanks
Hi,
Can anyone help with this? Id like to centre the price and product title on collection pages.
Also is there a way to to make the vendor text bigger as its hard to see it!
Thanks
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
password: hollybolly
@JP1704 - please add this css to the very end of your base.css file and check
.card__heading {text-align: center;}
.card-information {text-align: center;}
yes, please try this code
.card__information, .card-information {
text-align: center;
}
Hi, I’ve tried that but its till not working?
Hello There,
.card__heading {text-align: center;}
.card-information {text-align: center;}
Screenshot:- https://prnt.sc/WJES6CqDLNmV
Hi @JP1704 ,
You can follow the instruction below:
.card__heading,
.card-information {
text-align: center !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
@JP1704 - can you try my given code above? you can see how it looks in screenshot with it
Hello There,
.card__heading {
text-align: center!important;
}
.card-information {
text-align: center!important;
}
.caption-with-letter-spacing.light {
font-size: 15px;
}
Screenshot:-Screenshot by Lightshot
hi, this code works but it needs to be applied here…
You can follow the instruction below:
it’s ok
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.