Here are tips to find CSS classes and IDs.
Tutorial on how to add custom CSS.
Helpful Tool: HTML color picker.
Basic CSS

More in-depth information on CSS.
Basic CSS Properties
/* Hide Element */ display: none;
/* Font Color */ color: #000000;
/* Font Size */ font-size: 14px;
/* Background Color */ background-color: #000000;
/* Border Color */ border-color: #333333;
Need Help?
1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.
3. If you can't find answers, click to leave a comment. Provide website links and detailed information.