- XF Compatibility
- 2.2.x
- Headline
- Replaces image logo with text logo.
- Short Description
- Download and Discuss Premium, Business[AndyB] Logo text 1.5 version on NullPro Community. It is zip Extention type and 13.6 KB File size. From [AndyB] Logo text have 1 Description Attachments, 1 discussion, 1 Updates, 400 Views.
Replaces image logo with text logo.
Setup:
1. Add forum name to Options page.
2. Add the following code to the extra.less template:
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;
}