How To Identify Parallax Section numbers?

My Wordpress site is: piehole.costatechnologies.com

I’m trying to override font size settings in Widgets/Homepage/Parallax Section for FrontPage with custom CSS via the “Additional CSS” section. I was able to successfully change the first parallax section with this code:
#shapely_home_parallax-3 p {
color: rgb(0,0,0);
font-weight: 300;
font-size: 15px;
font-family: “Raleway”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}

What I cannot do is override the font for any other Parallax Section. It appears I need to identify each parallax section by a number (ex: #shapely_home_parallax-3), but I cannot figure out how to do this. How does one find the proper number to uniquely identify a parallax section? I have included a screenshot that shows the different fonts: one section where its working and one where it is not working.

Good morning and thank you for question

You can use dev tools of the browser to see the parallax sections ID’s, check this screenshot:

Thanks, I was able to identify the sections by <DIV> tag and format them appropriately. I appreciate the prompt response.

Thank you too :slight_smile:

I will close this case here, feel free to open new tickets