I changed the css of the menu to fit with my wordpress theme, but when I updated the plugin automatically the css files were overwritten and the default menu was back up :-(
is there a way to prevent this from happening next upgrade?
thanx!
I changed the css of the menu to fit with my wordpress theme, but when I updated the plugin automatically the css files were overwritten and the default menu was back up :-(
is there a way to prevent this from happening next upgrade?
thanx!
Yes, you shouldn't edit anything in the plugin folder (for WPML and other plugins). The upgrade process will overwrite any edits that you make.
To override the CSS, create a new .css file in your theme's folder and include that in the theme after the call to wp_head().
The entire thing is documented in our navigation customization guide, including this recommendation.
You must log in to post.