How can I style the 'Blog' for which I added via Orchard CMS dashboard.
For some reason, this section: Once added, adds fine, but is just black & white with 0 styles included from the rest of the site. I'm trying to figure out how to style this with the rest of the site.
With the /Styles/
Folder I have tried:
/menu.blog-admin.css
/orchard-blogs-admin.css
/orchard-blogs-archives.css
But none of these styles I've added to any of these files rendered. Any advice?
The best place to start will be in Orchard Docs
IResourceManifestProvider
and adding your styles. Then in, your blog views you can use Style.Require('YourStyle')
.
Here's how in this page of Orchard DocsTo quickly just add a style try this answer