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
2305 835 907

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?

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2401 695 831

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 907

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 13 (13)

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @Vanadey

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Vanadey
Tourist
5 0 5

af16fc-1a.myshopify.com

BSSCommerce-HDL
Shopify Partner
2305 835 907

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?

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

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
2305 835 907

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2305 835 907

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSS-TekLabs
Shopify Partner
2401 695 831


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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 831

- 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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 831

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
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
2401 695 831

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Vanadey
Tourist
5 0 5

You are amazing, thankyou so much!!! 🤗

BSS-TekLabs
Shopify Partner
2401 695 831

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now