XF 1.4 Custom CSS banner question

domski2bc

Member
I have added this to my extra.css.

.userBanner.Banner1
{
color: blue;
background-color: AliceBlue ;
border-color: blue;
}

I want the banner to wrap around the block with blue on either side up top. Any ideas how to fix this? thanks



munchiue.webp
 
i dont believe so. I copied the exact CSS you use for your staff banners on this site and I still get the same thing.

.userBanner.Founder {
color: #176093;
background-color: #d7edfc;
border-color: #a5cae4;
}


test1.webp

Any ideas?
 
Top Bottom