I don’t know how to explain it exactly, but I mean class names referring to individual page elements.
For example: .slideout-navigation.main-navigation .main-nav ul ul li a
If I want to change the appearance of a menu or page element, I need the name of the class I want to edit. My question is where can I get the names of these classes
There are also lots of tutorials on YouTube regarding getting the CSS Selector of an Element. Learning how to do this can be really powerful in terms of web development.