Custom CSS

Learn how to create your own style without changing Boomerang's core files so you can take advantage of future updates.

Creating new styles

If you need to create/edit some styles we recommend you to use the custom-style.css from the /assets/css folder. This way you will be able to get all the future updates without having to make any modifications.

You can rename the custom file whatever you want, but make sure to include that after the boomerang main style.

We do not recommend using this method to override default values or blocks of code. Use this only if you want to add additional styles that could add or improve some elements. For modifying default values we recommend using the SASS method.