Overview:
Wanting to make some style changes to your store or an app? The following tutorial below will show you how to find the class names to use within your stylesheet to apply css to.
Tutorial:
First you need to find what you'll be styling! Go to the page/section you want to change.
The next step can vary depending on what browser your using, if your not using Chrome you can reference the following link to find how to inspect the page:
How To Inspect Element
Once you found what you want to style, right click and select Inspect:
The console will open to the Elements tab and automatically go to the section the mouse was hovering over:
For this example, we would add our styles for the product description as .description p{ }
Below are some links to help you get started:
Style Reference
Selectors
Colors without Value
Color Values
Units of Measurement
Useful links for changing values:
PX to EM's Convertor
Color Picker (also converts value)
Want to learn more or see examples?
Check out this website!