Skip to main content

The Topic Banner widget (example below) uses Brand Color from your community’s theme. 

InSpired Topic Banner

 

I would like to use one of my brand’s secondary colors to make the banner “pop” a bit more (our brand color is a dark navy) and differentiate from the brand color used most frequently in our community. 

Another use case might be for critical alerts that might want to leverage a color like red or yellow. 

Hi @DannyPancratz ,

I use custom CSS for that, this is my css for turning the bar red

.featuredBanner .banner-notification .box__content.box__pad {
    background-color: #FF0000;
    color: #fff;
    text-align: left;
}

Cheers,

Alfons


Updated idea statusNewOpen

Thanks @DannyPancratz this would be a cool improvement to add :)


Hi @DannyPancratz ,

I use custom CSS for that, this is my css for turning the bar red

.featuredBanner .banner-notification .box__content.box__pad {
    background-color: #FF0000;
    color: #fff;
    text-align: left;
}

Cheers,

Alfons

Thank you @alfonsmr, where are you including this piece CSS pl?