Main nav bar font size.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DemOnstar
    Senior Member
    • Nov 2012
    • 1912

    Main nav bar font size.

    Morning...how do we change the nav bar font size to suit our needs? Thanks


  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Add this to the template css_additional.css:
    Code:
    #channel-tabbar ul li a
    {
    font-size: 20px !important;
    }
    Change 20px to whatever size you wish.
    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

    • DemOnstar
      Senior Member
      • Nov 2012
      • 1912

      #3
      Thanks for that but I am a complete beginner and I wouldn't know where to start. It may have been better to include it somewhere in the site builder nav bar options? Footer text is nice and it would be good to copy that one.

      - - - Updated - - -

      Ok, I have worked it out thanks. The size has changed but how do we find which font is used in the footer bit?


      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24288
        • 6.0.X

        #4
        Here's how to do this:

        AdminCP > Style Manager > Search in templates
        In the search box type:
        css_additional.css

        Put a dot in "Search Titles Only"
        Press "Find"

        You should get just the one result.
        Double click it

        The resulting text box will probably be empty.

        Paste in the following code:
        Code:
        #channel-tabbar ul li a
        {
        font: 11px Arial,sans-serif !important;
        height: 15px !important;
        padding-top: 2px !important;
        }
        #channel-tabbar {
        height: 17px !important;
        }
        Then press "Save".
        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

        • DemOnstar
          Senior Member
          • Nov 2012
          • 1912

          #5
          I finally got close to what I was after using a mix of what you sent me. Thanks
          HTML Code:
          #channel-tabbar ul li a
          {
          font: 11px Arial,sans-serif !important;
          height: 25px !important;
          padding-top: 9px !important;
          }
          #channel-tabbar {
          height: 26px !important;
          }
          My first time using anything like this. How is it possible to find out what controls all the elements? Experience I guess.


          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24288
            • 6.0.X

            #6
            Originally posted by DemOnstar
            I finally got close to what I was after using a mix of what you sent me. Thanks
            HTML Code:
            #channel-tabbar ul li a
            {
            font: 11px Arial,sans-serif !important;
            height: 25px !important;
            padding-top: 9px !important;
            }
            #channel-tabbar {
            height: 26px !important;
            }
            My first time using anything like this. How is it possible to find out what controls all the elements? Experience I guess.
            Well, that, and Firebug! Although there is a similar tool now built in to Chrome.

            Glad you got it looking the way you wanted.
            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

            • DemOnstar
              Senior Member
              • Nov 2012
              • 1912

              #7
              Wow! Ok, I have chrome, where do I find it in there?


              Comment

              • Trevor Hannant
                vBulletin Support
                • Aug 2002
                • 24358
                • 5.7.X

                #8
                Press F12 and it should appear
                Vote for:

                - Admin Settable Paid Subscription Reminder Timeframe (vB6)
                - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

                Comment

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

                  #9
                  F12 works in IE as well.
                  Translations provided by Google.

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

                  Comment

                  Related Topics

                  Collapse

                  Working...