Change font to black

Solved

Change font to black

Luxurymrkt
Navigator
644 2 121

Hi,

 

id like  I change this font to black on collection page https://uvbrjmmk8cuwxque-84365082931.shopifypreview.com

8108F146-97BF-4A24-8469-06B4BBE1FBA4.jpeg

 And on product pages https://uvbrjmmk8cuwxque-84365082931.shopifypreview.com

A8C30041-BCDD-40B4-A0D9-F1849EACDBAD.jpeg

 

Thank You | mike
Accepted Solution (1)

theycallmemakka
Shopify Partner
1661 396 416

This is an accepted solution.

Hi @Luxurymrkt 
Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>

.product-item__product-vendor, .product-item__swatch-count,
.product__vendor.fs-body-100.t-opacity-70,
label.product__label span.t-opacity-70 {
    opacity: 1;
}
</style>

 

theycallmemakka_0-1724813302980.png

theycallmemakka_1-1724813349742.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Reg

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2017 708 865

Hi @Luxurymrkt

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:

<style>
.product-item__product-vendor {
    opacity: 1 !important;
}
</style>

 

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

theycallmemakka
Shopify Partner
1661 396 416

This is an accepted solution.

Hi @Luxurymrkt 
Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>

.product-item__product-vendor, .product-item__swatch-count,
.product__vendor.fs-body-100.t-opacity-70,
label.product__label span.t-opacity-70 {
    opacity: 1;
}
</style>

 

theycallmemakka_0-1724813302980.png

theycallmemakka_1-1724813349742.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Reg

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com