Change the Font Color, Family & Size in a Section

I would like to change the font family, color and size within several sections. For example, I utilized the Rich Text section at the top of the Shop page and I would like to change the font to Swingsnug. I tried to add the following CSS to the end of the custom.css file but it didn’t do anything. I added it there because I got direction from the theme’s developer (Fresh theme) to add some other CSS there to change the font for the collection header titles, product titles, and product description headers.

I found a few other solved questions of a similar nature and the solutions provided look like they reference a section ID rather than (or in addition to ) the section name. e.g. #shopify-section-1586906388145. If that’s the case where do I find those IDs?

.section-rich-text {
font-family: ‘Swingsnug’ !important;
color: #2f4215 !important;

}

I’m also looking to do the same for visual navigation banner and product recommendations section.

psswd = cheffe

Hi @katied ,

Can you send me the code of custom.css file, I will check it.