Style.css seems to be stack in cache
-
Hello, I am using a child/custom theme I made using the correct method.
Now that I’ve uploaded my site from localhost to live and imported the database (everything works) I noticed that changes I apply on the Style.css file are not getting through.Even if I delete the css or remove Style.css using ftp the css is still showing on the site. I tried clearing browser cache/cookies but no go.
This is what I use on my header.php to grab the css:
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>">
- The topic ‘Style.css seems to be stack in cache’ is closed to new replies.