Changing the Color Themes of Site Live

Hi, @Mason_Klesch !!

Hello, I believe it’s possible to create a system for changing the color theme. :smiling_face_with_halo: If you’re editing in Wix Studio, you can define your styles in global.css and use Velo code to toggle classes for different elements. For example, you can add a class using the following code:

$w("#someElement").customClassList.add("someClass");

I’ll also introduce some other implementation methods. This is a post I came across earlier that explains how to add a dark mode! :smiling_face_with_sunglasses: