Home › Forums › Support › Best practise : CSS style using Elements VS simple CSS This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 29, 2021 at 11:34 pm #1639033 Adrien Dear GP Team, I wanted to css style all my blog article pages. In order not to bloat my Simple CSS affecting all pages, I have created an element Hook loading on all articles wp_head. Is this a bad practice? Is it better to place all css within the mane simple css? Will it affect speed? Thank you for your insights. Best, Adrien. January 30, 2021 at 5:48 am #1639295 DavidStaff Customer Support Hi there, Simple CSS is hooked inline to the wp_head – which is exactly the same as your element 🙂 So performance wise there is no real difference. Unless you’re using the Hook Display Rules to target specific pages, it would be better to keep it all in one place. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 30, 2021 at 9:34 am #1639692 Adrien Thank you very much David! Appreciate your guidance. January 31, 2021 at 4:13 am #1640268 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In