Heavy Active member May 10, 2015 #1 Title says everything, i want to change font of the username and user group, Thanks. (I've been trying EVERYTHING but i did not get it to work.. )
Title says everything, i want to change font of the username and user group, Thanks. (I've been trying EVERYTHING but i did not get it to work.. )
Heavy Active member May 10, 2015 #3 Then i've to do that on all user groups which will take time as i have like 34 user groups. Is there any easier way to do this on all user groups? @Brogan Upvote 0 Downvote
Then i've to do that on all user groups which will take time as i have like 34 user groups. Is there any easier way to do this on all user groups? @Brogan
P Paul B XenForo moderator Staff member May 10, 2015 #4 EXTRA.css: Code: .username { font-family: Comic Sans MS; } Upvote 0 Downvote
Heavy Active member May 10, 2015 #5 Brogan said: .username { font-family: Comic Sans MS; } Click to expand... Uhm, it did not work, it changed the font also on everything so i tested this code: Code: .messageUserBlock a.username { font: noto,Calibri,Verdana,Geneva,sans-serif; font-size: 16pt; } Which worked better Upvote 0 Downvote
Brogan said: .username { font-family: Comic Sans MS; } Click to expand... Uhm, it did not work, it changed the font also on everything so i tested this code: Code: .messageUserBlock a.username { font: noto,Calibri,Verdana,Geneva,sans-serif; font-size: 16pt; } Which worked better
P Paul B XenForo moderator Staff member May 10, 2015 #6 You didn't specify where you wanted the font to apply. Upvote 0 Downvote
Heavy Active member May 10, 2015 #7 Brogan said: You didn't specify where you wanted the font to apply. Click to expand... Oh, i'm sorry for that. Upvote 0 Downvote
Brogan said: You didn't specify where you wanted the font to apply. Click to expand... Oh, i'm sorry for that.