Style variable issues with - primary_module_subheader_text_color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hagop
    Senior Member
    • Mar 2009
    • 105
    • 4.0.x

    Style variable issues with - primary_module_subheader_text_color

    Please review the photo and you will see the problem I am having. The style variable: primary_module_subheader_text_color is controlling the text color for both of these areas. As you can see in teh navigation for hte message center, the white text makes it very difficult to see the links there. How do I change the text color for JUST the links in the Message Center navigation so it does not effect the white text in the subheaders?
    http://www.audioneeds.com - an online community for musicians, audio engineers, producers, an audio geeks alike.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Try adding this to the template css_additional.css;
    Code:
    .private-message-widget .folder-link
    {
    color: #xxxxxx;
    }
    Change #xxxxxx to your chosen colour.

    I haven't tested it though.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Hagop
      Senior Member
      • Mar 2009
      • 105
      • 4.0.x

      #3
      That worked Mark, thank you.

      New question. How to unbold these links?
      http://www.audioneeds.com - an online community for musicians, audio engineers, producers, an audio geeks alike.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74167

        #4
        Add font-weight:normal; to the above CSS.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • Hagop
          Senior Member
          • Mar 2009
          • 105
          • 4.0.x

          #5
          lol I feel silly... thanks Wayne
          http://www.audioneeds.com - an online community for musicians, audio engineers, producers, an audio geeks alike.

          Comment

          Related Topics

          Collapse

          Working...