XF 1.5 Custom Banner CSS - multiple themes

Hooligan

Member
This is probably really simple, but for the life of me, I cannot figure out why my custom banners look fine in one theme, but are transparent in the other theme.

For the record, there are three custom banners. This is one, and how it is supposed to look:
questionmark.webp


This is the other theme, where the banner turns transparent.
questionmark1.webp


I wanted the banners to look the same across all themes.
Granted, I am fairly new to coding, css, and everything of the sort, so any assistance is very much appreciated.
 
You will have to change it manually in the Style Properties. Message Layout

Change the color in
Avatar Holder to #3B3B3B
User Info Block to #232323
Extra User Info to #3B3B3B

for each theme
 
You need to apply the custom CSS to each style.

If you have done so, then something in the style is overriding the default banner CSS.
 
You need to apply the custom CSS to each style.

If you have done so, then something in the style is overriding the default banner CSS.

Yeah, and I can't figure out what it is that's overriding it. Guess I'll keep looking. Thanks! :p

edit: I seem to have fixed it.
 
Last edited:
Top Bottom