Hi,
When using a style.css registered to WordPress via functions.php, it was possible to clear users’ browser caches using a version number, ie:
style.css?version=1.0, and then upping the version number to force visitors’ browsers to update to the latest version.
Is this possible with GeneratePress other than to start messing with the parent theme? Using a child them, without any registered css files at the child level, and not sure how to force a refresh.
Afraid I’ve been doing some fine tuning on the site, and want to be sure that users are getting the latest version.
Thanks!