How can i change vendor color i don't have /theme.css file

Solved

How can i change vendor color i don't have /theme.css file

Yasmeen12
Tourist
8 0 1

Hello i want to change my website vendor's name color to bold black, but i don't know how, and i can't find the /theme.css file i followed this: Theme, Edit Code, Assets . all i got here is theme.liquid 

my theme is: Entreprise 

website: www.asecondchance.online

Accepted Solutions (2)

Moeed
Shopify Partner
5426 1468 1753

This is an accepted solution.

Hey @Yasmeen12 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.product-vendor a {
    font-weight: bolder !important;
}
</style>

RESULT:

Moeed_0-1698130833562.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

biznazz101
Shopify Partner
494 50 91

This is an accepted solution.

Go to Customize Theme>Collection Page>Product Grid Section

biznazz101_0-1698131111425.png

 



Then in the Custom CSS settings try adding this:

 

.text-theme-light {
  color: red;
}

 

If that does not work try this:

 

.text-sm {
  font-size: .88em;
  color: red;
}

This should be the result:

biznazz101_1-1698131307208.png

 

 

I hope that helps!
@biznazz101

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT

View solution in original post

Replies 10 (10)

ZenoPageBuilder
Shopify Partner
1052 203 225

Hello @Yasmeen12 

For your theme, you can edit the file main.css

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
Yasmeen12
Tourist
8 0 1

can u help me write the code? i want bold black color, and where should i put it in the top or bottom? thank u

Moeed
Shopify Partner
5426 1468 1753

This is an accepted solution.

Hey @Yasmeen12 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.product-vendor a {
    font-weight: bolder !important;
}
</style>

RESULT:

Moeed_0-1698130833562.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Yasmeen12
Tourist
8 0 1

Hello, thank u it worked from the product page but i want to change it also from the outside when we list our product names i want to make the vendor name bold 

Moeed
Shopify Partner
5426 1468 1753

Hey @Yasmeen12 

 

You can not make changes onto Shopify but if your vendor is appearing somewhere else on the website except product page then let me know.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Yasmeen12
Tourist
8 0 1

i want to change to make the vendor name bold from here 

Screenshot 2023-10-24 100949.png

Moeed
Shopify Partner
5426 1468 1753

Hey @Yasmeen12 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
p.card__vendor.mb-1.text-sm.text-theme-light {
    font-weight: bolder !important;
    opacity: 1 !important;
    color: black !important;
}
</style>

RESULT:

Moeed_0-1698132124873.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


biznazz101
Shopify Partner
494 50 91

This is an accepted solution.

Go to Customize Theme>Collection Page>Product Grid Section

biznazz101_0-1698131111425.png

 



Then in the Custom CSS settings try adding this:

 

.text-theme-light {
  color: red;
}

 

If that does not work try this:

 

.text-sm {
  font-size: .88em;
  color: red;
}

This should be the result:

biznazz101_1-1698131307208.png

 

 

I hope that helps!
@biznazz101

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Yasmeen12
Tourist
8 0 1

thankkk you best reply it worked

biznazz101
Shopify Partner
494 50 91

Happy to help! 😁

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT