[AndyB] Logo text

[AndyB] Logo text 1.5

No permission to download
XF Compatibility
  1. 2.2.x
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 img
{
    display: inline;
}
  • 0ce20e7bfd173.webp
    0ce20e7bfd173.webp
    6.1 KB · Views: 0
Author
axtona
Views
593
Extension type
zip
File size
13.6 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
More resources from axtona
Using Composer Packages
Using Composer Packages
XenForo v2 uses Composer behind the scenes to include certain packages used by the core software
Eggy SEO Autopilot
Eggy SEO Autopilot
Automated auditing, metadata, structured data, Google Search Console, IndexNow
Timeline Pro - Plugin de Chronologie pour WordPress
Timeline Pro - Plugin de Chronologie pour WordPress
un plugin de ligne de temps avancé WordPress qui met en avant votre historique de vie

Latest updates

  1. changelog

    Added 'Responsive only' to options page.

Similar resources

[AndyB] Logo manager A
Allows having a different logo for specified forums.
Back
Top