Davey

Registered
Is it possible to change the colour of a single sidebar block header?
I just want one to stand out from the rest. Using Fusion Gamer Theme.
Thanks
 
This in extra.less should do the trick:

Code:
.block--category1 .block-header {
    background-color: #404f96;
}

You can find the ID # by inspecting the element, or looking at the url in the ACP when editing that category.
 
Thanks Russ, but that doesnt seem to work. Ive got quite heavily modded normal categories, so may be conflicting somewhere.
Ive decided against it now. Might look a bit cluttered.
Thanks again.
 
Thanks Russ, but that doesnt seem to work. Ive got quite heavily modded normal categories, so may be conflicting somewhere.
Ive decided against it now. Might look a bit cluttered.
Thanks again.

It would help if I read your question correctly, I know you don't need it but the code I gave for for a specific node category. Sidebar blocks:

Code:
.XenBase .p-body-sidebar [data-widget-definition="new_threads"] .block-minorHeader {
    background: red;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back