Re: price product catalogue issues

Solved

price product catalogue issues

albestudios
Excursionist
44 0 4

Hello,
I have a problem with my collection page on my website.
I don't understand, the price of my item is no longer displayed and I can't put it back (see photo).

her is my website link: https://albesutdios.myshopify.com/collections/all

 

If anyone can help me;

thanks in advance

Capture d’écran 2024-08-27 à 13.32.26.png

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @albestudios 
 Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file

.card-information>.price {
color: black !important;
}
.card__heading {
color: black;
}

 

 

 

 

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1718 512 574

@albestudios 
Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.css. 

Step 3. Add this code to the end of file

 

.price > *, .card__information > * {
 color: black!important
}

Result:

BSSCommerceB2B_0-1724759229211.png

If it helps you, please like and mark it as the solution. Best Regards 😍

 

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

albestudios
Excursionist
44 0 4

Hi, 

Unfortunately it didnt work I don't know why, it's still the same

BSSCommerce-B2B
Shopify Partner
1718 512 574

@albestudios , In your base.css file you miss a "}"

BSSCommerceB2B_0-1724759795693.png

It should be

BSSCommerceB2B_1-1724759804047.png

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @albestudios 
 Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file

.card-information>.price {
color: black !important;
}
.card__heading {
color: black;
}

 

 

 

 

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
albestudios
Excursionist
44 0 4

Hi, 

Thank you for your reply it worked! But i would like to also have the name of the product in black. Do you know who to do ? 

 

 

Thank you 

Rahul_dhiman
Shopify Partner
544 109 109

please check i have resent the code.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167