0
Welcome Guest! Login
0 items Join Now

CSS Styling being placed in HEAD

  • CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • How can I control my rt-article-title color when it is being styled directly in the HEAD?

      I jumped around through the CSS files but obviously none of them will override this styling in the HEAD. Or am I missing something here?
  • Re: CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • If you could post a link, that would be helpful!
    • Fire the bug with Firebug!
      Gurb
  • Re: CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • Thanks. its at www.nolimitssolutions.com

      the article title is SourceForge...The Game Changer. It's right below the tab under the header. Right now it is #dbd5d5 which must be coming from the statement in the HEAD, because it is nowhere to be found in any CSS file. When I use Web Developer in Firefox i see the styling cascade all the way down to "NULL"....which is I assume referring to the statement in the HEAD?
  • Re: CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • Hi,

      Try changing link color in your admin Gantry > Settings
    • Fire the bug with Firebug!
      Gurb
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • Yes that would do it :-)

      If you want to change only the title you can add this to your css
      (and clear your cache):

      div#rt-main-surround .rt-article-title {color: red;}

      change the color for your needs ...
  • Re: CSS Styling being placed in HEAD

    Posted 13 years 7 months ago
    • div#rt-main-surround .rt-article-title {color: red;}

      bingo...

      i want the color that I set in Gantry for my links to hit my menus so this is the compromise i needed. thanks guys!

Time to create page: 0.041 seconds