Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Go to Customize Theme>Collection Page>Product Grid Section
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:
I hope that helps!
@biznazz101
Hello @Yasmeen12
For your theme, you can edit the file main.css
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
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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
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
i want to change to make the vendor name bold from here
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Go to Customize Theme>Collection Page>Product Grid Section
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:
I hope that helps!
@biznazz101
thankkk you best reply it worked
Happy to help! 😁
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025