Make ' Text' on product page bigger and bolder. (Vendor name)

Make ' Text' on product page bigger and bolder. (Vendor name)

VARTIX
Tourist
23 1 4

Screenshot_4.pngTitle says it all.

How can I make the ' Text' Vendor bigger and bold?

Thank you in advance

Replies 17 (17)

Sangeetanahar
Explorer
541 36 69

hello @VARTIX 

can you send me the Website URL

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 -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
VARTIX
Tourist
23 1 4

Yes you can! I'm only searching where I can delete the password of the shopify site Can you help me?

Name is: www.thevartrix.com 

Also got another problem.

I'm trying to add new things to the base.css, custom codes from earlier posts. But no matter what I do, it doesn't change a thing.

Examples:
https://community.shopify.com/c/shopify-design/changing-all-text-color-into-black-for-theme-craft/m-...

and: 
https://community.shopify.com/c/shopify-design/add-icon-to-add-to-cart-button-dawn/m-p/2777696#M7274...

Sangeetanahar
Explorer
541 36 69

hello @VARTIX 

please check your website is not opening

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 -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
VARTIX
Tourist
23 1 4

Its open now!

Made4uo-Ribe
Shopify Partner
8410 2012 2466

Hi @VARTIX 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

p.product__text.inline-richtext {
    font-size: 12px;
    font-weight: 700;
}

 

And save. 

Result:

Made4uoRibe_0-1727014007400.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
VARTIX
Tourist
23 1 4

Hi @Made4uo-Ribe !

First of all thanks for answering. I'm gonna try it not, but the problem is that I tried to paste a lot of different stuff on the bottom of the base.css but it didn't made a difference. examples of what I tried to paste are:

For shopping cart in add to cart button:




For less opacaity in the text:


 

Made4uo-Ribe
Shopify Partner
8410 2012 2466

Your missing one closing bracket. 

Add one closing bracket here. 

Made4uoRibe_0-1727014600326.png

And Save. 

If you like change in your cart that will be different code. Let finish the vendor font then we go to cart or other. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
VARTIX
Tourist
23 1 4

Yes it worked as you can see!

Made4uo-Ribe
Shopify Partner
8410 2012 2466

Yes, I've already checked. Now what you like to change in the cart page? or pop-up cart? 

Made4uoRibe_0-1727014987797.png

Cart page. 

Made4uoRibe_1-1727015014000.png

pop-up cart.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
VARTIX
Tourist
23 1 4

Not in the cart page,  but on the product page! I would like to get a shoppingcart Icon in the add to cart button, like this --> https://community.shopify.com/c/shopify-design/add-icon-to-add-to-cart-button-dawn/m-p/2777696#M7274...

VARTIX
Tourist
23 1 4

I got it!

Added the text of the link in the base.css!

But I got another question. I have an in stock orb on the product page and I would like to edit the text behind it. How can I do this?

also, thank you so much for al the help you gave me so far! Your a real champ!

Made4uo-Ribe
Shopify Partner
8410 2012 2466

For adding the icon on the button that needs a developer. 

 

But I got another question. I have an in stock orb on the product page and I would like to edit the text behind it. How can I do this?

which is this? Can you add Ss for it? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
VARTIX
Tourist
23 1 4

I fixed the Icon on the button!

Here is a SS of the stock orb that I mean 

Screenshot_7.png


Also, I tried to make the font smaller with the code: 

.product_description{
font-size: 10px !important;
}

This didn't work in the base.css.   Should it work?  Bc mayb I forgot a bracket again.

anyway first lets check the orb 😃

Made4uo-Ribe
Shopify Partner
8410 2012 2466

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

svg.icon.icon-inventory-status circle {
    cx: 5.5;
    cy: 5.5;
    r: 4;
}

 

And save. 

Result:

Made4uoRibe_0-1727018152360.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
VARTIX
Tourist
23 1 4

And how do I edit the text next to the orb?

VARTIX
Tourist
23 1 4

Same as the other experiece. It didn't change anything.

Do you have any idea why the changes I make in base.css are not working?

VARTIX
Tourist
23 1 4

See the screenshot of the base.cssScreenshot_6.png