Why does my theme.min.css file look strange in Express Theme?

Hello.

On my “express theme”, why does my theme.min.css file look like this?

Hi @gonzalez .

This is PageFly - Advanced Page Builder.

This is minification

it’s basically, CSS are text files. Minification compresses the text by removing extra characters like spaces and comments, and combining common styles.

This makes the file size smaller. When your files are lighter they transfer faster, which helps your site load faste

Hope this helps.

Best Regards;

Pagefly

Okay, i unsderstand now.

But if i where to edit the whole code as a normal html, where would i do that?