change format of product name

Solved

change format of product name

attackon
Explorer
117 0 21

I want the text for product name on my store https://swawe.store/
to look like this in the image attached and the price also to be bold as the image attached 
Screenshot 2024-07-24 at 14.00.05.png

Accepted Solution (1)

EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

Hi @attackon ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

.product-card-wrapper .card__heading {
	text-transform: uppercase;
  	letter-spacing: 0;
}
.card-information .price > * {
	font-weight: bold;
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 6 (6)

EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

Hi @attackon ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

.product-card-wrapper .card__heading {
	text-transform: uppercase;
  	letter-spacing: 0;
}
.card-information .price > * {
	font-weight: bold;
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
attackon
Explorer
117 0 21

can fans weight be made a little less bold because it is too dark now 

EBOOST
Shopify Partner
1395 351 428

Hi,

What do you mean?

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
attackon
Explorer
117 0 21

it looks very dark the price section, can it be less dark or bold 

EBOOST
Shopify Partner
1395 351 428

Hi,

Code above included bold for price.

EBOOST_0-1721812485519.png

 

You can try add code below:

.card-information .price > * {
letter-spacing: 0;
color: #000;
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

Sweans
Shopify Partner
429 89 126

Hi @attackon ,

Please see the solution below:

1. In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the three dots next to the theme you wish to edit, then select "Edit Code".

2. Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file).

Add this css code:

.card__content h3 {
text-transform: uppercase;
font-weight: 400;
}
.card-information {
font-weight: bold;
}

Result:

Sweans_0-1721810650188.png

 


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com