C CharlesXF New member Nov 22, 2014 #1 Hi ! I have a problem with the class : style(userGroupID) When I enter this in a template : Code: <span class="username style6">Text</span> The text doesn't appear in the CSS Style of the user group who has the ID 6 Can you have some help please ?
Hi ! I have a problem with the class : style(userGroupID) When I enter this in a template : Code: <span class="username style6">Text</span> The text doesn't appear in the CSS Style of the user group who has the ID 6 Can you have some help please ?
Mike XenForo developer Staff member Nov 22, 2014 #2 That's not going to match the selector. The selector is ".username .style#", so the username class needs to be on a parent element. Upvote 0 Downvote
That's not going to match the selector. The selector is ".username .style#", so the username class needs to be on a parent element.
C CharlesXF New member Nov 22, 2014 #3 Mike said: That's not going to match the selector. The selector is ".username .style#", so the username class needs to be on a parent element. Click to expand... Thanks Upvote 0 Downvote
Mike said: That's not going to match the selector. The selector is ".username .style#", so the username class needs to be on a parent element. Click to expand... Thanks