Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
I also am looking for this exact adjustment. I located the Sections>product-template.liquid file and found the code:
<p class="product__price text-center{% if current_variant_sale %} product__price--sale{% endif %}" data-product-price aria-live="polite"> ... </p>
I adjusted each "p" to "h2" or any other header size but saw no changes within my actual product page. You are not alone in your need to make this adjustment and not knowing how.
I missed this post.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product p.product__price {
font-size: 2em !important;
}
Hope this helps.
Thanks!
Please check if this given solution will work. If not then please provide your website URL and what text size you want to change. I will check.
Thanks!
This did not work for me. I am wanting to make the price that appears on each individual items product page larger so I can adjust the size of the listed price.
password: beicho
thank you very much for your help.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product h4.product__price {
font-size: 2.5em !important;
}
Hope this works.
Thanks!
User | Count |
---|---|
445 | |
188 | |
139 | |
61 | |
42 |