how to make the product title and the price BOLD in my homepage

Solved

how to make the product title and the price BOLD in my homepage

gbd96
New Member
4 0 0

Hello, I have 2 question:

1- I'd like to make all the product title and the price in my homepage in the products collections bold.

Can you help me?

 

2- Is it possible to make a text smaller? It's the urgency message below the price in the home page

I use Symmetry theme

And this is my link store: https://vitalfithlf.com/

 

Can you help me?

Thanks a lot 

Screenshot 2024-11-27 at 19.24.09.png

 

Accepted Solution (1)

Mehran_Ali
Shopify Partner
372 50 61

This is an accepted solution.

Hi @gbd96 

 

You can achieve this by adding this CSS :

 

Just follow the steps Below:

  1. Go to online store ->  theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
  4. past that code at the end 

 

.product-info .product-link {
    font-weight: 800;
}

.product-info .offer-end-date {
    font-size: 12px;
}​

 

I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

View solution in original post

Replies 4 (4)

Mehran_Ali
Shopify Partner
372 50 61

This is an accepted solution.

Hi @gbd96 

 

You can achieve this by adding this CSS :

 

Just follow the steps Below:

  1. Go to online store ->  theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
  4. past that code at the end 

 

.product-info .product-link {
    font-weight: 800;
}

.product-info .offer-end-date {
    font-size: 12px;
}​

 

I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

gbd96
New Member
4 0 0

I'm sorry, I added the code, but I don't see any differents, do you?

Mehran_Ali
Shopify Partner
372 50 61

can you share the Screen shot where you added that code 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

gbd96
New Member
4 0 0

Screenshot 2024-11-28 at 02.27.27.png