Why isn't my CSS theme saving changes on my site?

Hi!

Theme colors can be manually modified. What specific area would you like to work on, and what is the website name?

Now, I’ll guide you through the process of adding the ‘base.css’ file. Navigate to the ‘Edit Code’ option in your theme settings, then search for “Asset” in the search bar.

Next, click on “+ Add a new asset” and create a new file named “base.css” from the options below.

Now, we’ll link this newly created file to the main ‘theme.liquid’ file. You need to add the following code to the top of the ‘theme.liquid’ file, just above . That’s all there is to it.

{{ ‘base.css’ | asset_url | stylesheet_tag }}

Terence