Custom CSS/JS
Custom CSS allows you to apply your own style rules to the website, giving you the ability to override the default styles of the theme or add new styles to meet your design requirements.
Using Custom CSS
/* Change the background color of all buttons */
button {
background-color: #4CAF50;
}Tips for Custom CSS
Last updated