• Resolved stevert

    (@stevert)


    Hi,
    does your plugin do anything to inline styles that are added to the head through customizer settings? Does it move them to an extrenal stylesheet?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Raul P.

    (@alignak)

    Depends on how that css is being added to the html.
    If it’s a dependency of another css file, it should be merged together.
    If it’s not enqueued properly, it may be left alone.

    Thread Starter stevert

    (@stevert)

    Hi,
    it is added as <style type="text/css">.

    Plugin Author Raul P.

    (@alignak)

    What mean, is the method it uses to be added.
    If you copy paste that code on the header.php for example, it will never be merged.
    The only way to be sure, is for you to check. Sorry.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘QUestion customizer’ is closed to new replies.