playah

Customer
Good day all,
I'm trying to change the size of my logo via Basic Options - Public logo width/height without any results. Is any code that i can add to extra.less for that job?

I would also like to ask the below:

Let's say i add a Text Logo and not Image. Is it possible also to add something on extra.less so i can make my textlogo different size and colors?
Thank you.
 
Solution
If you set your text logo to:
Code:
Pixel<span>Exit</span>

You can then use the "text logo" property at the bottom to color and style it. Inside the "EXTRA" box, you can place CSS like this:

Code:

Like so:

1731651058737.png
When the logo is inside the navigation, it uses XenForo's default sizing there (XenForo adds max height/width around there). You can add this to extra.less and it should inherit your logo size set in Basic Options.

Code:
.p-nav-inner .p-nav-smallLogo
{
max-width: none;
img { max-height: none; }
}
 
Thank you that worked perfectly. One more question regarding this.
Let's say for example that i choose the Text logo option and i add something like: Pixel Exit
How can i add something on extra.less so PIXEL be different color and Exit also different color ?
Thank you.
 
If you set your text logo to:
Code:
Pixel<span>Exit</span>

You can then use the "text logo" property at the bottom to color and style it. Inside the "EXTRA" box, you can place CSS like this:

Code:

Like so:

1731651058737.png
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back