I am looking to update a CSS file and save the changes. On my ASP.NET C# web page, I want the admin to have the ability to modify styles from the admin panel, such as colors, background colors, and font sizes.
For instance, I would like the admin to be able to choose a color and then click a button to apply the change. In the backend code, I want to access the CSS file at a specific location, make the necessary alterations, and then save the file.
Do you think this is achievable? I would appreciate any assistance you can provide on this matter.
Thank you in advance.