1. 修改css版本号
FTP 文件路径: /home/www/htdocs/wp-content/themes/astra/functions.php
WordPress后台导航: Appearance -> Theme Editor -> Theme Functions
/**
* Define Constants
*/
define( 'ASTRA_THEME_VERSION', '2.5.5' ); // 每次修改css文件,版本号加1即可。
备注:如果不修改版本号,修改css文件后无效果。
2. 删除缓存(重要)
2.1 清除 WP Super Cache 缓存
2.2 清除浏览器缓存