Remove CSS Store
-
I need to remove the unused css from the store page to lighten the load load.
I’m using puglin CSS JS Manager, Async JavaScript, Defer Render Blocking CSS.
I managed to remove it from several pages but I can’t remove it from the store page, because the store doesn’t have an id.
how can i assign an id to seller page to be able to remove unused css?
or some code that you can remove without needing a plugin?
I already tried with the user id but it doesn’t work because it points to the link (site.com/author/vendor/ )
and I need the id (site.com/store/vendor/)can you help me? I need to decrease the css load size of the store page
The topic ‘Remove CSS Store’ is closed to new replies.