[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
Coupons Avançados para WooCommerce Premium
Coupons Avançados para WooCommerce Premium
Extenda as Funcionalidades do Cupom de Desconto
Antler - Hosting Provider & WHMCS Template
Antler - Hosting Provider & WHMCS Template
Developed with the latest HTML5 and CSS3 technology, based on the Bootstrap Framework.
Using Composer Packages
Using Composer Packages
XenForo v2 uses Composer behind the scenes to include certain packages used by the core software

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