Shopify themes, liquid, logos, and UX
I am using this app for reviews https://apps.shopify.com/product-reviews
I want the heading to be aligned to the left and smaller and green, like the heading to the top right.
I have attached an image showing where I have out the code.
What code would i need to do this?
site is https://laz-the-plant-scientist.myshopify.com/
P word test
Theme blockshop
Solved! Go to the solution
This is an accepted solution.
@peter550
Paste this code on top of the theme-critical.css file.
h2.spr-header-title {
font-size: 34px !important;
color: #575A17 !important;
}
Thank You.
Hii, @peter550
Paste this code on top of the theme--async.css file.
h1.product-page--title {
float: left !important;
font-size: 30px !important;
color: #575A17 !important;
}
Thank You.
Hi @Zworthkey
I want to change the highlighted text 'reviews' to this size and colour, not the product name
highlighted part I want to change
This is an accepted solution.
@peter550
Paste this code on top of the theme-critical.css file.
h2.spr-header-title {
font-size: 34px !important;
color: #575A17 !important;
}
Thank You.
User | RANK |
---|---|
123 | |
91 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022