Diana Active member Aug 7, 2012 #1 Where can I locate the font size for the visitor tabs. The fonts in the inbox and alerts are too large. How can I minimize them?
Where can I locate the font size for the visitor tabs. The fonts in the inbox and alerts are too large. How can I minimize them?
Jake Bunce Well-known member Aug 8, 2012 #2 The tab itself, or the text inside of the popup? Upvote 0 Downvote
Shelley Well-known member Aug 8, 2012 #3 Insert in extra.css template though you may be able to go through the style properties Code: .navTabs .visitorTabs { font-size: yoursizeinpx; } Upvote 0 Downvote
Insert in extra.css template though you may be able to go through the style properties Code: .navTabs .visitorTabs { font-size: yoursizeinpx; }
Diana Active member Aug 9, 2012 #4 Shelley said: Insert in extra.css template though you may be able to go through the style properties Code: .navTabs .visitorTabs { font-size: yoursizeinpx; } Click to expand... Thank you. I tried different px sizes but nothing changed. Upvote 0 Downvote
Shelley said: Insert in extra.css template though you may be able to go through the style properties Code: .navTabs .visitorTabs { font-size: yoursizeinpx; } Click to expand... Thank you. I tried different px sizes but nothing changed.
Diana Active member Aug 9, 2012 #5 Jake Bunce said: The tab itself, or the text inside of the popup? Click to expand... The text inside. Upvote 0 Downvote
Jake Bunce said: The tab itself, or the text inside of the popup? Click to expand... The text inside.
Jake Bunce Well-known member Aug 9, 2012 #6 Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text): Upvote 0 Downvote
Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text):
Shelley Well-known member Aug 9, 2012 #7 Jake Bunce said: Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text): View attachment 32695 View attachment 32696 Click to expand... Ah I misunderstood. I thought they meant the tab text. Upvote 0 Downvote
Jake Bunce said: Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text): View attachment 32695 View attachment 32696 Click to expand... Ah I misunderstood. I thought they meant the tab text.
Diana Active member Aug 9, 2012 #8 Jake Bunce said: Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text): View attachment 32695 View attachment 32696 Click to expand... Works great. Thank you Jake Upvote 0 Downvote
Jake Bunce said: Using Chrome's element inspector I came up with this CSS: Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navPopup h3 { font-size: 16px !important; } .navPopup .listItemText .muted { font-size: 16px !important; } The result (big text): View attachment 32695 View attachment 32696 Click to expand... Works great. Thank you Jake
Diana Active member Aug 11, 2012 #9 Ack, it's still not quite right. It wasn't just the font size that was too large, it's also the background. This is the size (on the landing page). This is the size it should be (as it appears on the forum). Upvote 0 Downvote
Ack, it's still not quite right. It wasn't just the font size that was too large, it's also the background. This is the size (on the landing page). This is the size it should be (as it appears on the forum).
Diana Active member Aug 12, 2012 #10 Not urgent, but I would like to get this finished up by Tuesday the 14th. Anyone? Upvote 0 Downvote
Jake Bunce Well-known member Aug 12, 2012 #11 That is something custom with your style. You need to use Chrome to debug the style and find what is causing that extra padding: http://xenforo.com/community/threads/how-to-change-almost-anything-quickly-and-easily.33239/ Or I can do this if you post the forum URL. Upvote 0 Downvote
That is something custom with your style. You need to use Chrome to debug the style and find what is causing that extra padding: http://xenforo.com/community/threads/how-to-change-almost-anything-quickly-and-easily.33239/ Or I can do this if you post the forum URL.
Diana Active member Aug 13, 2012 #13 btw, the images are not the actual size, they were meant to show the comparative size. Upvote 0 Downvote