Im trying to figure out how to change the font and text size of the username and rank that show up in the postbit when a given user makes a post. Any advice on this ?
Announcement
Collapse
No announcement yet.
Postbit Username/Rank Text & Font
Collapse
X
-
Postbit Username/Rank Text & Font
Hello, I am currently running vb 4.2.5
Im trying to figure out how to change the font and text size of the username and rank that show up in the postbit when a given user makes a post. Any advice on this ?Last edited by 9thsspzd@gmail.com; Wed 14th Feb '18, 9:28pm.Tags: None
-
Hi there, go to AdminCP / User Ranks / User Rank Manager and edit codes and styles you've entered on rich text field.
Also if you've assigned any classes here and css codes are in additional.css, AdminCP / Styles & Templates / Search in Templates. In the search field please type additional.css and set Search Only Titles to Yes.
That was for the ranks.
For username, go to AdminCP / Usergroups / Usergroup Manager, and add or change anything you've entered or not entered in Username HTML Markup field.
Also if assigned any classes here and css codes somewhere else, do as before I told.
-
For username font and font size, add to additional.css
Code:/* change username font size and font family*/ .postcontainer .username_container .popupmenu a.popupctrl {font-size:16px;font-family: Arial, Helvetica, sans-serif;} /* end change username font size */
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment