Bradley Prout

Well-Known Member
Change colour of the red highlighted area to white.
upload_2017-3-5_10-20-22.png


How to change the dark highlighted area below please
upload_2017-3-5_10-21-55.png
 
The 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;
}
 
The 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;
}
Perfect Russ, thank you mate
 

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