Hi,
I just start to use your theme – briliant!. I’m wondering if there is an option to split CSS file for each single template? I use standard template and I don’t need CSS for 12 templates. Did You think about spliting CSS for each template separately?
Why? Because now CSS has 866KB and it’s to heave somehow. One CSS for one template would be much lighter.
Thanks!
yeah I did use https://unused-css.com/ to remove unnecessary code but it crash site :/
You wrote about those sections in css file? Ex.
/* ——————————————————————-
Style 5
———————————————————————- */
Hello marlonk,
Please notice that you can remove all the code which you do not use it but as you known, for each update the style.css will be in full version. So, another alternative for you would be to use the GZIP compression, according to this topic here -> https://gtmetrix.com/enable-gzip-compression.html
Thanks for your understanding!