Title: Using current theme with Custom CSS
Last modified: August 21, 2016

---

# Using current theme with Custom CSS

 *  Resolved [Curran](https://wordpress.org/support/users/dutch-hill/)
 * (@dutch-hill)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-current-theme-with-custom-css/)
 * hello,
 * I see you have this issue resoved for adding the following into custom css. I
   put my url in place of the url below. Nothing happened. I took out the () and
   nothing happened as well. Any suggestions?
 * [@import](https://wordpress.org/support/users/import/) url(wp-content/themes/
   your-theme-name-/style.css);
 * thanks,
    -dutch
 * [http://wordpress.org/plugins/custom-login/](http://wordpress.org/plugins/custom-login/)

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

 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-current-theme-with-custom-css/#post-4493375)
 * This worked fine for me:
 *     ```
       @import url(wp-content/themes/stargazer/style.css);
       ```
   
 *  Thread Starter [Curran](https://wordpress.org/support/users/dutch-hill/)
 * (@dutch-hill)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-current-theme-with-custom-css/#post-4493376)
 * Do you keep the URL or substitute it with your URL. So it would say
    [@import](https://wordpress.org/support/users/import/)
   mywebsite.com(wp-content/themes/stargazer/style.css);
 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-current-theme-with-custom-css/#post-4493377)
 * Just as I wrote it. Replace `stargazer` with your theme name.

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

The topic ‘Using current theme with Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/custom-login/assets/icon.svg?rev=3077180)
 * [Custom Login](https://wordpress.org/plugins/custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Austin](https://wordpress.org/support/users/austyfrosty/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/using-current-theme-with-custom-css/#post-4493377)
 * Status: resolved