Single Page Custom CSS

Permalink
Hi Guys,

I am busy build a custom single page using the mvc architecture. I can not seem to find the best way to include css for this page.

I understand that it is the theme's responsibility to make it look pretty, but the styles I am referring to is to structure the elements on the single page.

I have tried including custom css the same as with block items (view.css), but this does not seem to work.

I can easily include the styles inline on my view, but this seems a bit dirty to me.

Any help or suggestions will be appreciated.

 
NBardales replied on at Permalink Reply
NBardales
Just link to an external CSS file as you would with any other theme page.

Include the link in the
<head>
tag of your single page structure, along with other default theme stylings... That should do the trick