• Hi. I’m using TwentyTen theme and i’ve made some changes on Style.css to customize the theme. The problem is that is all in one file. So, if i need to add my own style characteristics, should i change or add lines in that file? Or should i create my own css file(s) and then include it in some way (i don´t know how to do this).

    I would like to know the right way to do this.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Don’t edit the Twenty Ten theme! Your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Thread Starter hks123

    (@hks123)

    Thanks! It`s has been helpful. Now, if i need to add new css files (to keep ordered, eg: one file css for forum page other for gallery page, etc., is ok to do this or it is recommended to have everything in style.css?

    Thanks

    You don’t have to keep all of the CSS in style.css. You can import them into that file using @import. But if you want to load different sheets for different pages, you’re going to be adding another layer of complexity in terms of calling the right .css file on the right page..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to customize theme adding my own style page(s)?’ is closed to new replies.