Which stylevar do I use to change the size of the font used for the membername in the postbit?
Announcement
Collapse
No announcement yet.
which stylevar to use when changing size of font for membername in postbit?
Collapse
X
-
-
Originally posted by Andy View Post
Comment
-
Originally posted by Andy View PostCould you describe exactly what you are wanting to change. I assume you want to change the font size of the username located above the avatar and that you are using the the postbit legacy format.
Comment
-
Originally posted by Andy View PostWhen using Firebug, you need to hover over the username and because it's a link it will change the css element on the bottom right to reveal the hover state.
Put this into your additional.css template.
Code:.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username { font-size: 15px; /* changed by andy default 13px */ }
Comment
-
-
Originally posted by Andy View PostSee post #2 of this thread. The link tutorial shows how you can find the correct element.
I tried locating the element and came up with this.
.postbit .userinfo .username, .postbit .userinfo_noavatar .username {
which i replaced in the snippet of code you provided and no dice. So im pretty much stuck.
Any help would be appreciated.
Comment
-
I am trying to make the Username Text larger in Postbit. I have tried a lot of things, but I can't do it. (vB4.0.3 PL1)
Any Ideas please?
I also want to place more of a gap between the top of the avatar (And username) on the left of postbit, like it is in 3.8.
Why isn't this as standard in vB4?
I would also like to make the smiley box larger and have larger slilies within it too. I must say - I don't like this vB4.
Thanks.www.Talk.ElectricianForum.co.uk - The UKs Leading and Most respected Electricians Forum.
Comment
-
Originally posted by Welshy View PostI am trying to make the Username Text larger in Postbit. I have tried a lot of things, but I can't do it. (vB4.0.3 PL1)
Any Ideas please?
I also want to place more of a gap between the top of the avatar (And username) on the left of postbit, like it is in 3.8.
Why isn't this as standard in vB4?
I would also like to make the smiley box larger and have larger slilies within it too. I must say - I don't like this vB4.
Thanks.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment