• Resolved 77harry77

    (@77harry77)


    Hi,
    first of all, I love the plugin.
    I would like to tweak it a little bit, but I need some help understanding how some aspects work.
    Example: let’s say that I would like to take the combined css of page x, take out some of the css that is unused and then have that new(purified) sheet loaded instead of the default SGO combined sheet. Would that be possible?
    At the moment I realize that every change on page “x” will result in an update in combined css for “x”.
    Would it be possible for me to upload my custom css for “page x” and have the <link rel= pick it up from the designated url? and if yes, do you know in which part of the (theme) editor I could find the php that inserts the stylesheet links.
    I am using wordpress + elementor.

    Best regards,

    Hrvoje

    • This topic was modified 5 years, 5 months ago by 77harry77.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Stoyan Georgiev

    (@stoyangeorgiev)

    Hey there @77harry77,

    The combined CSS is made up of all the CSS used on a specific page. Editing the combined CSS will lead to the generation of a new one since it was changed from its initial state. It is recommended to not change any of the combined files, since it may lead to unexpected behaviour.

    The proper way to do that is to tweak your theme/theme editor by removing the CSS you don’t want. After that, a new combined file will be generated, containing the CSS you have added or removed.

    If you have any other questions, feel free to reach back to us.

    Kind regards,
    Stoyan

Viewing 1 replies (of 1 total)

The topic ‘SGO optimizer for self purified CSS’ is closed to new replies.