Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jon Free 14 posts 34 karma points
    Oct 14, 2011 @ 12:47
    Jon Free
    0

    Where are CSS properties stored?

    Simple question. When creating CSS properties within the Umbraco interface where do they get stored. Obviously within the CSS file itself but if your remove them they seem to persist anyway in the interface. I'm going to presume the DB itself but wanted clarification from anyone who might know otherwise. 

  • Rich Green 2246 posts 4008 karma points
    Oct 14, 2011 @ 13:02
    Rich Green
    0

    Hey Jon,

    Welcome to the Umbraco forum!

    CSS and templates are held both physically as files and also in the database, this means you can edit them either in Umbraco or in the file system.

    How Umbraco works out which to use when etc, I don't know.

    Hope this helps

    Rich

  • Michael Latouche 504 posts 819 karma points MVP 3x c-trib
    Oct 14, 2011 @ 13:04
    Michael Latouche
    0

    Hi Jon,

    They are stored at the bottom of the css file itself. Open the css file from outside of Umbraco backen, and check at the bottom, you will have a comment like this:

    /* EDITOR PROPERTIES
    /* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

    And thereunder you get the styles you declared.

    Cheers,

    Michael.

Please Sign in or register to post replies

Write your reply to:

Draft