CSS, or Cascading Style Sheets, is a type of code that you can add to your site pages to customize how specific elements will display. While using CSS is not necessary for customizing your elements within Showit, it can be a useful tool for customizing the appearance of embedded elements.
⚠️ We cannot guarantee that any added pieces of code will work in every case inside of Showit.
Adding CSS to Your Pages
To add CSS to a page in the Design App, select a page name and go to the Advanced tab in the right side properties panel.
There you will see a section for adding Custom CSS.
How to Add a Class to an Element
CSS works to target elements within your page using selectors. You can add a Custom Class selector directly to an element in Showit to simplify CSS targeting. For more information on how to add a custom class to an element, see this article.
CSS and Blog Formatting
CSS can also be utilized to format certain components of your blog design. For more on using CSS for blog formatting, see this article.