0

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.

2
  • empty the browser cache. If it's still there, it is NOT a matter of the cache, but is stored in some stylesheet or similar (a plugin for example can have seperate CSS styles which would reside somewhere in the plugin folder) Commented Jun 7, 2018 at 14:57
  • after clearing cache as you said it is making another. .css file in cache folder while removing the previous one. so any other solution? Commented Jun 9, 2018 at 6:44

1 Answer 1

1

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

style.css?v=2
Sign up to request clarification or add additional context in comments.

2 Comments

How? did you mean that I should make a new style.css?v=2 file
just add ?v=2 at the end of the CSS file.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.