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! 😁
User | RANK |
---|---|
201 | |
173 | |
61 | |
52 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023