Override skin.css

Last post 10-03-2005 5:10 PM by Duby.net. 2 replies.

Sort Posts:

  • Tongue Tied [:S] Override skin.css

    10-03-2005, 8:10 AM
    • Member
      100 point Member
    • Duby.net
    • Member since 07-31-2005, 6:39 PM
    • Croatia
    • Posts 20

    Hi,

    how can I override skin’s css formatting? I have one module with hyperlink title and I would like to have a bigger title (of articles). I have css for this module in which I can change size of the titles but somehow changes doesn’t apply to title…I think it is because skin’s css file??

    And ideas?

     

    Thank you!

    Dubravko Stuhne
  • Re: Override skin.css

    10-03-2005, 5:01 PM
    • Star
      13,145 point Star
    • J7Mitch
    • Member since 10-19-2002, 1:23 PM
    • Posts 2,632
    • TrustedFriends-MVPs
    If skin.css is overriding the module.css then you have two choices.
    You can change the name of the css selector in the module.css file, or you can remove that selector from the skin.css file.
    John M.

    DotNetNuke Module for Performance
  • Re: Override skin.css

    10-03-2005, 5:10 PM
    • Member
      100 point Member
    • Duby.net
    • Member since 07-31-2005, 6:39 PM
    • Croatia
    • Posts 20

    This is the part of modules html:

    <td class=articleTopCell align=left>[EDIT]
         <a href='[LINK]' class="articleTitle">[TITLE]</a>
          <span class="normal">Poslao [AUTHORFULLNAME] @ [CREATEDATE]</span></td>

    Do you think that I need to change class? For example class="articleTitle1"? And then rename it in the css?

    Sorry, I am new with all this so... :(

    Dubravko Stuhne
Page 1 of 1 (3 items)