Title: style.css
Last modified: August 21, 2016

---

# style.css

 *  [sergio.pinna.prato](https://wordpress.org/support/users/sergiopinnaprato/)
 * (@sergiopinnaprato)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/stylecss-13/)
 * Hi,
 * how can i put the style.css like lastest css files loaded?
 * i tried this only add
 *     ```
       function stylecssAlwaysLast() {
       	wp_register_style( 'mystyle', get_stylesheet_directory_uri() .'/style.css');
       	wp_enqueue_style( 'mystyle' );
       }
       add_action('wp_enqueue_scripts','stylecssAlwaysLast',1000);
       ```
   

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/stylecss-13/#post-4559482)
 * What theme are you using? Where did you download it from?
 *  Thread Starter [sergio.pinna.prato](https://wordpress.org/support/users/sergiopinnaprato/)
 * (@sergiopinnaprato)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/stylecss-13/#post-4559490)
 * my thme is 320 press boostrap wordpress ([https://github.com/320press/wordpress-bootstrap](https://github.com/320press/wordpress-bootstrap))
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/stylecss-13/#post-4559497)
 * All I can suggest is that you try adding the code to your theme’s functions.php
   file. As you are using a non-WPORG theme, you really need to seek theme-specific
   support from the theme’s developers – paid or otherwise. We only support themes
   downloaded from wordpress.org here.

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

The topic ‘style.css’ is closed to new replies.

## Tags

 * [css.style](https://wordpress.org/support/topic-tag/css-style/)

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/stylecss-13/#post-4559497)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
