Impulse 1.1 change original price to grey and capitalize only product page headings

Solved

Impulse 1.1 change original price to grey and capitalize only product page headings

Vanadey
Tourist
5 0 5

Hello, Could you help me out please? 

 

I'd like to change the original product price to grey, while keeping the after sale price black. Also I'd like to capitalize only the product title. Impulse has a setting to capitalize all headings but I want the headings in the description to sty lowercase. I tried some codes from the forum but they don't seem to work.

 

Schermafbeelding 2024-08-19 174611.png

Accepted Solutions (3)
BSSCommerce-HDL
Shopify Partner
1999 701 854

This is an accepted solution.

Hi @Vanadey

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% if template.name == 'product' %}
<style>
span.product__price.product__price--compare {
    color: gray !important;
}
</style>
{% endif %}

 

Here is result: 

BSSCommerceHDL_0-1724085749755.png

I don't quite understand what you mean by capitalization. Can you describe it in more detail?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSS-TekLabs
Shopify Partner
1940 561 656

This is an accepted solution.

<style>
.product__price--compare {
    color: gray !important;
}
.product-single__title {
    text-transform: uppercase !important;
}
</style>

Can you try add this code to the before tag </head> in file theme.liquid @Vanadey 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

BSSCommerce-HDL
Shopify Partner
1999 701 854

This is an accepted solution.

Hi @Vanadey

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

{% if template.name == 'product' %}
<style>
.product-single__title {
    text-transform: uppercase !important;
}
</style>
{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 13 (13)

BSSCommerce-HDL
Shopify Partner
1999 701 854

Hi @Vanadey

Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Vanadey
Tourist
5 0 5

af16fc-1a.myshopify.com

BSSCommerce-HDL
Shopify Partner
1999 701 854

This is an accepted solution.

Hi @Vanadey

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% if template.name == 'product' %}
<style>
span.product__price.product__price--compare {
    color: gray !important;
}
</style>
{% endif %}

 

Here is result: 

BSSCommerceHDL_0-1724085749755.png

I don't quite understand what you mean by capitalization. Can you describe it in more detail?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Vanadey
Tourist
5 0 5

I want the name of the product to be in FULL CAPITAL. But  the headings of the product description should stay small 

 

BSSCommerce-HDL
Shopify Partner
1999 701 854

This is an accepted solution.

Hi @Vanadey

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

{% if template.name == 'product' %}
<style>
.product-single__title {
    text-transform: uppercase !important;
}
</style>
{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

BSSCommerce-HDL
Shopify Partner
1999 701 854

Hi @Vanadey Can you share your store URL ( with password if needed) so we can find out solution for this

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

BSS-TekLabs
Shopify Partner
1940 561 656


Hello @Vanadey 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BSS-TekLabs
Shopify Partner
1940 561 656

- Here is the solution for you @Vanadey 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.product__price--compare {
    color: gray !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1724085379295.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BSS-TekLabs
Shopify Partner
1940 561 656

BSSTekLabs_1-1724085514011.png

 

If you want like this. Add this code @Vanadey 

.product__price--compare {
    color: gray !important;
}
.product-single__title {
    text-transform: uppercase !important;
}

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Vanadey
Tourist
5 0 5

Thanks for the quick reply! I've added the coding but nothing changes on the product page

BSS-TekLabs
Shopify Partner
1940 561 656

This is an accepted solution.

<style>
.product__price--compare {
    color: gray !important;
}
.product-single__title {
    text-transform: uppercase !important;
}
</style>

Can you try add this code to the before tag </head> in file theme.liquid @Vanadey 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Vanadey
Tourist
5 0 5

You are amazing, thankyou so much!!! 🤗

BSS-TekLabs
Shopify Partner
1940 561 656

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell