Blatchy

Customer
up into the staff bar?

Fans.jpg
 
You'll just need to edit PAGE_CONTAINER.

Click inside the editor, ctrl-f and search for:

Code:
<ul class="p-footer-linkList">

I'd personally add <xf:comment> around the links you want to remove from the bottom, like so:

1669699818350.png


And then copy the link and move it up below/above:

Code:
                <xf:if is="$xf.visitor.is_admin">
                    <a href="{{ base_url('admin.php') }}" class="p-staffBar-link" target="_blank">{{ phrase('admin') }}</a>
                </xf:if>

You will need to change the HTML class name as well: p-staffBar-link and also remove the surrounding <li></li>
 

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