I am using wordpress and I've made a theme child folder with style.css in it.
I've done a little work to it and saved it, but the problem is, only that first save of style.css is being activated. I've added more code into style.css but my new code is not being applied.
In the inspect element, it's loading up "style.css?ver=4.1.1" and not "style.css". How can I make it load my newest style.css, not the cached one?
Thank you!!