The custom CSS editor
One of the most elementary ways to introduce custom code into your website is via your custom CSS editor. This is a section in the design panel that allows you to override CSS built into your template.
When to use this area
While you can use this space to add code that affects specific pages, sections, or blocks, it’s generally a best practice to reserve this space for sitewide changes, making it simpler to find and edit when you come back to it in the future.
Even the most seasoned coders end up searching through hundreds of lines of code. Will Myers has written a definitive guide to maintaining orderly code, and I highly recommend it as you begin learning more. You can find the guide at https://link.signuptolaunch.com/more/best-practices-css.
Note – code versus platform
Once you get used to it, it’s easy to slip into using custom code to force a platform to do exactly what you want, but I always recommend using the built-in...