How do you import CSS original stylesheet via @import?
-
I’ve been trying out some different themes but many of them have this kind of thing:
@import url(‘sandbox-layouts/2c-l.css’);
How do you get the stylesheet from this?
Thanks, Josh
The blog I need help with is: (visible only to logged in users)
-
I've been trying out some different themes
Are we talking wordpress.com blogs here? Stylesheets are theme-specific. Even if you get the stylesheet from one theme it may not work very well or not at all on a different theme. -
-
-
With the exception of some themes, the CSS is usually fully editable. You may find the style.css file for your theme here:
http://svn.automattic.com/wpcom-themes/
If it’s not there, then it resides at an internal server at wordpress.com, to which we have no access.
- The topic ‘How do you import CSS original stylesheet via @import?’ is closed to new replies.