What file loads style.css file path?

Posted in: Newsmag
Post count: 27

I have been doing many live edits to the style.css and want to ensure folks are loading the correct version (high traffic site). So for example I save the .css as style1-1.css and force everyone to reload the new css file?

However I cannot find the file that calls the path to the style.css file in order to make these changes.

Post count: 6600

Hi,

Theme’s style file is enqueued using wp wp_enqueue_style function: https://codex.wordpress.org/Function_Reference/wp_enqueue_style

You can sue this implementation to change the stylesheet to your own one placed in the root of the theme: http://screencast.com/t/39C70hcu0Oc

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.