AndyB Logo text

xF2 Add-on AndyB Logo text 1.6

No permission to download
Compatible XF Versions
2.3
Visible Branding
No
Description:

Replaces image logo with text logo.

(Example of Options page)
logo-text.jpg

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;
}
Author
ENXF NET
Downloads
63
Views
973
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Latest updates

  1. See description

    Logo text v1.6 changes: Compatible XF 2.x versions: 2.3
  2. See description

    Logo text v1.5 changes: Added 'Responsive only' to options page.
  3. See description

    Logo text v.14 changes: Fixed issue with HTML page validation.
Top