Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    ?custom-css=xxxxx

    is your CSS dynamically generated ? or is it saved into file somewhere ?

    Best regards,

    Thread Starter TxGirl

    (@nuttyhiker)

    I don’t really know how WordPress does it. It’s the css that is entered from the custom css setting within Customizer.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    You mean like this ?

    View post on imgur.com

    Best regards

    Thread Starter TxGirl

    (@nuttyhiker)

    Yes, the css in the additional css is what creates that link. But it’s not saving it correctly when I try to exclude it.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Well , that CSS is stored in database instead of stored into files.

    I don’t have any good way to exclude it , only way I can think of is that you use @import to load CSS from real file , and then try exclude that file instead

    e.g. in customize , you add

    @import url('/wp-content/custom/my.css');

    then place all your CSS code in /wp-content/custom/my.css and exclude it in LSCWP setting.

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t exclude custom css file’ is closed to new replies.