I have a theme that I would like to use. I know how to use custom template with css but is there a way to fully import the theme or at least get the files like images to the right places so my custom theme could use those files ? Cheers, Markus
Blog General: Any way to import new themes ?
You should be logged in to post new messages. Create an account.
- By: Markus
- Date: on 2007 Feb. 11 14:30
- Subject: Any way to import new themes ?
- By: Markus
- Date: on 2007 Feb. 12 07:16
- Subject: Re: Any way to import new themes ?
Figured that out: just dump text from style.css from theme you would like to use to the custom theme place in themes. Then go to the file media manager and you will see the same style.css file. Add all the files you need to get the theme work into the same folder or in some cases you have to make subfolders where you can dump those files. Cheers, Markus On Feb, 11 2007 15:30 CET, Markus Räipiö wrote:
I have a theme that I would like to use. I know how to use custom template with css but is there a way to fully import the theme or at least get the files like images to the right places so my custom theme could use those files ? Cheers, Markus
- By: Ryan (Gandi)
- Date: on 2007 Feb. 12 12:20
- Subject: Re: Any way to import new themes ?
Markus Räipiö wrote:
Figured that out: just dump text from style.css from theme you would like to use to the custom theme place in themes. Then go to the file media manager and you will see the same style.css file. Add all the files you need to get the theme work into the same folder or in some cases you have to make subfolders where you can dump those files. Cheers, Markus On Feb, 11 2007 15:30 CET, Markus Räipiö wrote:I have a theme that I would like to use. I know how to use custom template with css but is there a way to fully import the theme or at least get the files like images to the right places so my custom theme could use those files ? Cheers, Markus
Of course you can also add @import url(/themes/gandibar/style.css); in your stylesheet (replace the theme name by the one that you want to use as the base), and then change the attributes below that line as you wish...
- By:
Delfí Reinoso - Date: on 2008 Jun. 5 11:52
- Subject: Re: Any way to import new themes ?
On Feb, 12 2007 12:20 CET, Ryan (Gandi) wrote:
Of course you can also add @import url(/themes/gandibar/style.css); in your stylesheet (replace the theme name by the one that you want to use as the base), and then change the attributes below that line as you wish...
This porcedure it's now available? I think all this has been changed and the customized stylesheets are wrong now.