XF 2.1 Where do you find the paintbush icon next to style chooser button to change it?

Chernabog

Well-known member
I am trying to find where the font awesome brush icon lives in the templates for the style chooser button so I can change it to a gear.. does anyone know where that can be found? I've been looking but have not had any luck yet.

Thank you!
 
I believe you're looking for the PAGE_CONTAINER template:

Code:
<li><a href="{{ link('misc/style') }}" data-xf-click="overlay"
                                data-xf-init="tooltip" title="{{ phrase('style_chooser')|for_attr }}" rel="nofollow">
                                <xf:fa icon="fa-paint-brush" /> {$xf.style.title}
                            </a></li>
 
Thank you both for the excellent solutions! Now ... :) should I be so bold as to ask why we can't set "age" to show in someone's profile, but we can set it to show in a message postbit :O lol
 
Top Bottom