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
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..