ποΈCustom CSS
The preferred method for modifying CSS is to inspect the element, identify the class, and override its CSS styling via the Admin -> Settings -> CSS & JS tab. There, you can define your custom CSS styling overrides
For instance, to change the initial blue theme on the front page to red, you would use the following CSS:
And you can apply this method to any ID or class within the HTML.
Last updated