Dev pokhariya
Dev pokhariya

Reputation: 336

WordPress storing CSS on cache file?

My wordpress is automatically storing css in cache file. I want to change the design, because the inspect tool of chrome showing me the cache file so i cannot change design directly in the original css file as i don't know the original file path. how can I change the background image if i don't know the original css file path in wordpress.

Upvotes: 0

Views: 189

Answers (1)

jjj
jjj

Reputation: 1005

You can try to add parameters to the CSS file url and change the value before uploading:

style.css?v=2

Upvotes: 1

Related Questions