Custom CSS Styles

If you know CSS, you can add custom styles to fine-tune the look of your site beyond what the theme settings offer. This is also used by IndieMade support to help customize your site design when needed.

Adding Custom CSS

  1. Go to Dashboard → Settings → Integrations → Custom CSS Styles.
  2. Type or paste your CSS into the code editor. The editor highlights your CSS syntax in real time.
  3. Click Save CSS Changes.

Your CSS is automatically validated and formatted when you save. The changes take effect immediately across your entire site.

Tips

  • Use your browser’s developer tools (right-click → Inspect) to find the CSS selectors you want to target.
  • Start with small changes and preview your site after each save.
  • If something looks wrong, you can always remove or edit your CSS and save again.
  • This tool is great for adjusting spacing, fonts, colors, or hiding elements that the theme settings don’t cover.