Archived topic
Updating wordpress/woocommerce/gp premium. What to keep unchanged?
1 reply · Started by Marin on April 24, 2020
When updating major things like your theme, wordpress or woocommerce...what files should not be changed? I have made css changes in GP css editor, some changes in functions.php file etc.
Hi there,
It's never a good idea to change the theme or plugins' core files as they would be erased during updates.
CSS can be added with one of these methods:
https://docs.generatepress.com/article/adding-css/
PHP can be added with one of these methods:
https://docs.generatepress.com/article/adding-php/
Let me know if this helps :)