Title: CSS changes don&#039;t update
Last modified: August 21, 2016

---

# CSS changes don't update

 *  Resolved [ninopro](https://wordpress.org/support/users/ninopro/)
 * (@ninopro)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/css-changes-dont-update/)
 * Hi
    I added
 *     ```
       <style type="text/css" media="screen">
       @import url( <?php bloginfo('stylesheet_url'); ?>?<?php echo time(); ?> );
       </style>
       ```
   
 * in the header but it didn’t work.
    I tried this one too but it didn’t work `<
   link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime(
   get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen,
   projection" />.`
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/css-changes-dont-update/#post-5007811)
 * What exactly are you trying to do? Both of those codes worked for me.
 *  Thread Starter [ninopro](https://wordpress.org/support/users/ninopro/)
 * (@ninopro)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/css-changes-dont-update/#post-5007844)
 * i’m trying to customize Semicolon theme so i want css updates immediately.
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/css-changes-dont-update/#post-5008094)
 * If you want to customize the theme’s CSS, you should create a [child theme](http://codex.wordpress.org/Child_Themes)
   or use a Custom CSS plugin such as Jetpack.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS changes don't update’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/semicolon/0.9.1/screenshot.png)
 * Semicolon
 * [Support Threads](https://wordpress.org/support/theme/semicolon/)
 * [Active Topics](https://wordpress.org/support/theme/semicolon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/semicolon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/semicolon/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/css-changes-dont-update/#post-5008094)
 * Status: resolved