orchardcmsorchard-modules

How to style the 'blog' in orchard CMS


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?


Solution

  • The best place to start will be in Orchard Docs

    1. You will need to add your styles, script and other content as Orchard Resources, by implementing IResourceManifestProvider and adding your styles. Then in, your blog views you can use Style.Require('YourStyle'). Here's how in this page of Orchard Docs
    2. Use Shape Tracing to identify files which you may wish to override
    3. Read about Alternates

    To quickly just add a style try this answer