Compatible XF Versions
2.2
Visible Branding
No
Description:
Replaces logo image with logo text.

(Example of logo text)

pic001.jpg


(Example of Options page)

pic002.jpg


Questions and answers:

Q: How can I change the CSS elements?
A: Edit the andy_logo_font.less template.

Q: How do I make the logo text smaller in responsive?
A: Edit the andy_logo_font.less template and make the font-size smaller for the .logoTextLine1Small element.

Q: Is this add-on compatible with the Logo manager add-on?
A: No.

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
XenForo
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. See description

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

    Logo text v.14 changes: Fixed issue with HTML page validation.
  3. See description

    Logo text v1.3 changes: Removed support for XF 2.1.
Back
Top Bottom