Change Font Size Collection Page Description - Theme Streamline

Hi Shopify Community!

This is my first post. I’ve just started using the Shopify theme - Streamline and am looking to reduce the font size of the Collection Description. Please see attached the current size:

However, there is also the option on this theme to Show the collection description at the bottom of the page. When this is selected, it shows the perfect font size that i’m looking for (15px)

Would love anyone to be able to help. Thank you

1 Like

@strippedstore

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

hello @strippedstore

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Thanks https://www.strippedstore.com/ password metsai

1 Like

@strippedstore

thanks for URL can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-collection-header h1 {
    font-size: 42px; /* change size as you like */
}
#shopify-section-collection-header .section-header__description {
    font-size: 18px; /* change size as you like */
}
1 Like

hello @strippedstore

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-collection-header h1 {
    font-size: 40px; 
}
#shopify-section-collection-header .section-header__description {
    font-size: 20px; 
}
1 Like

This is perfect. Thank you

This is great! thanks

how can i do this with:

*header on main menu section

*product title

*product description

thanks a lot!!! i would really appretiate it