Fork me on GitHub

htmlpages overriding css?  Bottom

  • Is there any way to make htmlpages ignore or override the CSS so i would be able to change the size color and what not of font?
  • What not add a new class to the style sheet...and call it where ever you wanna use it...??
  • well i will be doing alot of diffrent things with it, diffrent designs for diffrent pages, it would be easier to allow HTML pages to have priority over the CSS then to create a new class for each page
  • Inline styles always have precedence over imported stylesheets, so include a Style section at the beginning of your included pages. It doesn't matter that they don't appear in the HEAD.
    Also, more specific rules have precedence over more generic rules, so if in the Theme you mark the center block with an ID, eg
  • msandersen

    Inline styles always have precedence over imported stylesheets, so include a Style section at the beginning of your included pages. It doesn't matter that they don't appear in the HEAD.
    Also, more specific rules have precedence over more generic rules, so if in the Theme you mark the center block with an ID, eg blockquote>


    I use autothemes and was wondering if you could give this noob a simple lesson or example. Ususally I deal more with scripting than page design/layout. Could use a pointer if your willing.

    Thanks,

    Chuck
  • 0 users

This list is based on users active over the last 60 minutes.