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)
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 */
}