Where can I find this stylevar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Robbiefritz
    Senior Member
    • Oct 2008
    • 328
    • 4.2.X

    [vB4] Where can I find this stylevar?

    Click image for larger version

Name:	quest-vb.JPG
Views:	1
Size:	78.5 KB
ID:	3721895

    Where can I find the style variable that changes the blue box when mousing over? Thanks.
    [URL="http://unified4change.com"]unified4change.com[/URL="http://unified4change.com"]|[URL="http://allthingsgermany.com"]AllThingsGermany.com[/URL="http://allthingsgermany.com"]|[URL="http://beergodsgarage.com"]BeergodsGarage.com[/URL="http://beergodsgarage.com"]
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    navbar_tab_background

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • Robbiefritz
      Senior Member
      • Oct 2008
      • 328
      • 4.2.X

      #3
      Thanks Lynne but that will change all of the navbar. What if I only want the text to be visible (white) when I hover over the dropdown box for forum actions and quick links? I couldn't find the stylevar that changed the text color when hovering over these areas.
      [URL="http://unified4change.com"]unified4change.com[/URL="http://unified4change.com"]|[URL="http://allthingsgermany.com"]AllThingsGermany.com[/URL="http://allthingsgermany.com"]|[URL="http://beergodsgarage.com"]BeergodsGarage.com[/URL="http://beergodsgarage.com"]

      Comment

      • HMBeaty
        Senior Member
        • Mar 2005
        • 1105
        • 4.2.5

        #4
        Add this to your additional.css template:
        Code:
        .navtabs li.selected li a.popupctrl {
            color: #FFFFFF;
        }
        "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time!"
        "It's important to only think about what you desire, not what you fear to achieve your ultimate goal!!"
        "When doors close, tear down the walls. Never give up!"

        Comment

        • HMBeaty
          Senior Member
          • Mar 2005
          • 1105
          • 4.2.5

          #5
          Oops, correction, it should be this:
          Code:
          .navtabs li.selected li:hover a.popupctrl {
              color: #FFFFFF;
          }
          "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time!"
          "It's important to only think about what you desire, not what you fear to achieve your ultimate goal!!"
          "When doors close, tear down the walls. Never give up!"

          Comment

          • Robbiefritz
            Senior Member
            • Oct 2008
            • 328
            • 4.2.X

            #6
            You must spread some Reputation around before giving it to HMBeaty again.
            Thank you!
            [URL="http://unified4change.com"]unified4change.com[/URL="http://unified4change.com"]|[URL="http://allthingsgermany.com"]AllThingsGermany.com[/URL="http://allthingsgermany.com"]|[URL="http://beergodsgarage.com"]BeergodsGarage.com[/URL="http://beergodsgarage.com"]

            Comment

            • HMBeaty
              Senior Member
              • Mar 2005
              • 1105
              • 4.2.5

              #7
              No problem
              "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time!"
              "It's important to only think about what you desire, not what you fear to achieve your ultimate goal!!"
              "When doors close, tear down the walls. Never give up!"

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...