Styling 2024 WordPress theme with child theme and CSS. How can I quickly find all the class tags/elements?

I want to link all the class tags to my child theme’s CSS. e.g.

.wp-block-navigation__responsive-container-content {
background-color: blue;
}

After searching through the source code, that is the class tag for the navigation bar (which was named by WordPress, not me).

Do I have no choice but to search through the source code for the rest or is there a quick list of the Twenty Twenty Four tags somewhere? I’m not used to using wordpress, but my own class tags. eg.

.logo {}

.nav {}

.p {}

.footer {}

etc.

Thanks guys.

2 Comments
  1. If you’ve made a child theme, then why not copy the parent theme css to your child and edit that?

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer