Really simple Xenforo UI.X change (solved)

Status
This thread has been locked.

Mormaii

Premium
Feedback score
0
Posts
10
Reactions
0
Resources
0
I need to make the header row transparent but when I try to do it, the background is light blue as that's the primary color on UI.X 2.

BltrX6P.png



Will pay 10 USD PP just for this small change and will be looking to hire for more things in the forum.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

DarkKnight

DarkDZN
Supreme
Feedback score
116
Posts
491
Reactions
577
Resources
0
Uh, if stuff still works the same b/w v1 & v2, go to template -> extra.css and add
#header {
background: none!Important;
}

Or

Style Properties -> Header & Nav -> Header -> Change background to transparent
 

Mormaii

Premium
Feedback score
0
Posts
10
Reactions
0
Resources
0
Uh, if the classes are still the same b/w v1 & v2, go to template -> extra.css and add
#header {
background: none!Important;
}

I've just tried it and I get the same problem. The background is still light blue
 
Status
This thread has been locked.
Top