Re: How do I change the second background color of the featured collection? (SENSE THEME)

Solved

How do I change the second background color of the featured collection? (SENSE THEME)

Muselabel
Excursionist
30 0 4

Hello,

I would like to change the second background color of the product in the featured collection as you can see in the image. Is there anyone who can help me out with this?

 

Foto 13-07-2024 om 15.28.jpeg

 

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2344 698 823

This is an accepted solution.

Hi @Muselabel,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.card-wrapper .card {
    /* You can change this value to the color of your preference */
    background: #000;
}

 

Here is the result

BSSTekLabs_0-1720878173453.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this 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

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2344 698 823

This is an accepted solution.

Hi @Muselabel,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.card-wrapper .card {
    /* You can change this value to the color of your preference */
    background: #000;
}

 

Here is the result

BSSTekLabs_0-1720878173453.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this 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
Muselabel
Excursionist
30 0 4

thank you! It worked.

BSS-TekLabs
Shopify Partner
2344 698 823

You're welcome!
And if you're looking to add custom free gift functionality to your store, you should definitely check out our app, Salepify! It's designed to enhance your sales strategy with features like tiered discounts, cart rewards, and seamless integration with Shopify! 🎁🚀

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