Bradley Prout
Customer
Change colour of the red highlighted area to white.
How to change the dark highlighted area below please
How to change the dark highlighted area below please
.XenBase #thread_tools a, .XenBase #thread_tools .arrowWidget:before, .XenBase .tagBlock.TagContainer, .XenBase .tagBlock.TagContainer a, .titleBar #pageDescription a {
color: #FFF;
}
.XenBase #thread_tools .Popup a:hover, .XenBase #thread_tools .Popup a:hover span:before {
color: #000;
}
Perfect Russ, thank you mateThe sub headings are controlled by: Style Properties -> Building Blocks -> Sub Headings
For the other colors I suppose you'll need some CSS to approach it with how you've done it.
Code:.XenBase #thread_tools a, .XenBase #thread_tools .arrowWidget:before, .XenBase .tagBlock.TagContainer, .XenBase .tagBlock.TagContainer a, .titleBar #pageDescription a { color: #FFF; } .XenBase #thread_tools .Popup a:hover, .XenBase #thread_tools .Popup a:hover span:before { color: #000; }