What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I make this texts the same size as the filter texts?

How do I make this texts the same size as the filter texts?

Lucas1200
Excursionist
44 0 9

How do I make this texts the same size as the filter texts? the are not the same right now.

Check it out: https://www.vedettemaison.com/collections/sweaters

Scherm­afbeelding 2024-11-02 om 15.51.44.png

Replies 6 (6)

Mehran_Ali
Shopify Partner
449 58 69

Hi @Lucas1200 

Hope You have a Good Day,
I have checked the font sizes of both the " Filter " and " Count text "  and the font properties used for both are the same it is just the color is different which is why it seems big also due to the word count.

Here are the Screen Shot Prove taken from your store.

Mehran_Ali_2-1730663924144.png

Mehran_Ali_3-1730663944394.png

 

-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

Lucas1200
Excursionist
44 0 9

How can u fix it?

 

Mehran_Ali
Shopify Partner
449 58 69

Well what to fix here you said the font properties are not the same but in your store, they both have the same font properties now you tell me what do you want  
Either you want to reduce the size of Count or you want to just same the color of both because right now the only difference between them are color 

-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

LizHoang
Shopify Partner
285 35 61

Hi @Lucas1200 

 

To edit the font size of the text, you can follow the instruction here: 

 

1. Go to Shopify > Theme > Customize > Open Custom CSS. 

 

2. Copy and paste the code below to the section > save. 

https://prnt.sc/8KdQyESF9_dw

 

form#FacetFiltersForm div#FacetsWrapperDesktop h2#verticalTitle {
    font-size: 14px !important;
}
form#FacetFiltersForm .product-count h2.product-count__text {
    font-size: 14px !important;
}

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Lucas1200
Excursionist
44 0 9

Thank you, is works on desktop now, but it doesn't work on mobile. Can you help me with that too?

LizHoang
Shopify Partner
285 35 61

Hi @Lucas1200 

 

you can add this CSS code to apply the adjustment on Mobile :

 

@media screen and (max-width: 768px){
#shopify-section-template--21588491010394__product-grid h2.product-count__text.text-body {
    font-size: 1.5rem !important;
}
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program