WordPress website still loading old style.css

后端 未结 6 894
心在旅途
心在旅途 2021-02-08 07:08

I have made changes to style.css but the wordpress website is still showing old contents. I checked the file in FTP, and the changes in the file are there, but it\'s not showing

6条回答
  •  感情败类
    2021-02-08 07:48

    Try changing the version of the style.css file If included by giving the path in header then try to append version as

     
    

    note the ?v=1.5 indicates the version

    if style.css is auto loaded then open your style.css file and add/change version as below:

    /*
    Theme Name: yourthemename
    Theme URI: yoururl
    Author: Vantage Tel
    Version: 1.5 
    .
    .
    .
    */
    

    //change this version and upload file try pressing Ctrl+F5 to refresh your page once..

提交回复
热议问题