Support How can i add this type top picture

Solution
You can set background for it in extra.less:
CSS:
.p-navSticky { background: url("whatever.png") no-repeat center center / cover; }
ACP > Appearance > Styles > Your style > Style properties > Header and navigation > Header/logo row

XenForo

Administrative
You can set background for it in extra.less:
CSS:
.p-navSticky { background: url("whatever.png") no-repeat center center / cover; }
ACP > Appearance > Styles > Your style > Style properties > Header and navigation > Header/logo row
 
Solution

TigerMate

Registered
You can set background for it in extra.less:
CSS:
.p-navSticky { background: url("whatever.png") no-repeat center center / cover; }
ACP > Appearance > Styles > Your style > Style properties > Header and navigation > Header/logo row
It's did not work with my SpaceX Style sir
 
Back
Top Bottom