What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

xF2 Add-on in Credit AndyB Logo text 2.0.1 2020-12-11

xF2 Add-on
< Previous | Next >
Description:

Replaces image logo with text logo.

Setup:

1. Add forum name to Options page.
2. Add the following code to the extra.less template:

Code:
// logo text

.logoText,
.logoTextSmall
{
color: @xf-paletteNeutral1;
font-family: @xf-fontFamilyUi;
font-size: @xf-fontSizeLargest * 1.5;
font-weight: @xf-fontWeightHeavy;
padding: 10px 0px 10px 0px;
}

.logoTextSmall
{
font-size: @xf-fontSizeLarge;
}

.p-nav-smallLogo a
{
text-decoration: none;
}

.p-nav-smallLogo img
{
display: inline;
}
Similar resources Most view View more
Top