• Resolved jrainville

    (@jrainville)


    Hi! I am working on a site and need to grab the CSS files for the options my client already chose in the theme they’re using. They are currently using the latest posts page as their home page. They want to keep the post grid looking the same, but want added content so I need it to be a static page. I saw that the theme is using Kirki for the customizer options. How can I get the files so I can add the CSS to a plugin to mimic as many of the options as possible? Thank you!!

Viewing 1 replies (of 1 total)
  • Hi @jrainville,

    depending on how the theme handles the CSS output you should be able to get the CSS by looking at the source code of the website.

    Kirki stores the CSS as kirki-inline-styles by default.

    Though, that’s not necessarily the case, depending on how the theme developer integrated Kirki. And even if, it would only contain the customizations made to the core theme styles and not the entire style. That you would usually find in the themes style.css file.

    Best,
    David

Viewing 1 replies (of 1 total)

The topic ‘Customizer File Help’ is closed to new replies.