[AndyB] Logo text

[AndyB] Logo text 1.5

No permission to download
jessy Master Sergeant
Staff member
Moderating
badge id 1 1 Year of Membership badge id 13 100 Messages badge id 2 2 Years of Membership badge id 14 500 Messages
Jun 28, 2020
2,928
1,229
$5,878
jessy submitted a new resource:

Logo text - Replaces image logo with text logo.

Replaces image logo with text logo.

Setup:

1. Add forum name to Options page.
2. Add the following code to the extra.less template:
CSS:
// 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...

Read more about this resource...
 
Back
Top