Tagged Questions
0
votes
1answer
294 views
Enqueue styles after a plugin
Is there a way to enqueue my style.css (and other stylesheets) AFTER a certain plugin enqueues its styles?
Specifically, I want my style.css to overwrite cforms's styles, but when I change the ...