indepth

Registered
I noticed the core theme has icons for the joined date, likes, messages, etc now that I've turned that feature on. Are these core features?

Ideally I'd like to change the some of these to text instead of icons. Or change the icons. Where can this be done?

THX!
 
Also, in the same area, are the membership banners controlled via the theme, or the original XF .css. I need to figure out how to make them a little bit taller (increase the height).
 
You can disable the icons here:

Style Properties: └ ─ Layouts -> Enable FA icons in message user info

As for changing them you just need to inspect each one and use CSS to change it.

For instance to change the messages icon the CSS you'd use in extra.css is:

Code:
.xbMessages .fa:before { content: "\f0c2"; }

You should be able to add this to your extra.css to increase the height:
Code:
html.XenBase .userBanner { padding: 5px 7px; }
 
Worked great as usual russ!

Say, do you have any individual styles for sale for just the banners? I like the overall style I purchased a lot, but the banners are an important part of my site since the memberships are going to be paid and tiered, and I just don't like the plain banners.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back