Apply custom CSS to only Blog entries
in Blog
Hi, I'm having trouble finding a way to apply custom CSS to ONLY Blog entries. I have a customized Header and Menu for some pages and I use a Layout plus some Custom CSS, but for Blog Entries, it is just using the global config. Is it possible to apply Custom CSS targeted to Blog Entries similar to what we can do with Pages? Thanks in advance!
Comments
to apply custom css for single posts, you need to use .single-post class before each css declaration.