style.css & editor-style.css

Posted in: Newspaper
Post count: 13

Hello! there,

I really love your product and it helps us a lot!
However, I’m a rookie and some questions about CSS.

1. What’s the difference between style.css & editor-style.css?
If I want to add the css code into css file, which one should I add the code into?

blockquote {
font-style: normal;
}

2. add some new styles
Because my editors want me to do some adjustment in style, I need to do some work in CSS.
If I want to add some styles based on CSS rule, which file should I start to update?

Our website: http://3media.tw

Thanks~

Gabriel

Post count: 23312

Hello hbger,

Style.css file is referring to all the style that you have in your front-end and the editor-style.css is referring to all the style that you have in your back-end, dashboard and is required to have wp-admin. If you want to do some customization about the style, you have to modify the style.css file because this one takes up the control of your front end. All CSS codes that you have it is necessary to insert in Theme panel->Custom CSS area and the codes will be put automatically in style.css by the theme.

Hope this helps and let us know how it goes!

Thank you for your understanding and thank you for purchasing our theme!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.