E Estudio801 New member Sep 7, 2014 #1 I would like to add a background to my profile (only) on my Xenforo, but how?
Jake B. Well-known member Sep 8, 2014 #2 No really easy way to do it without an addon, but you could have something like Code: <xen:if is="{$user.user_id} == X"> <xen:require css="stylesheet.css" /> </xen:if> I'll see if I can find an add-on that will do this in a better manner though. Also, of course you'll need to create the stylesheet as well. And change "X" to your user id. Upvote 0 Downvote
No really easy way to do it without an addon, but you could have something like Code: <xen:if is="{$user.user_id} == X"> <xen:require css="stylesheet.css" /> </xen:if> I'll see if I can find an add-on that will do this in a better manner though. Also, of course you'll need to create the stylesheet as well. And change "X" to your user id.