We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing the popup banner messages | Forum

dave Leader
dave Jan 22 '18
If you want to change the info, warning, and error banner messages to your own color here is the css. Example when you save something the aqua banner appears telling you success..  


/*info*/

.ow_message_cont .ow_message_node.info {

background: #36d0ae;

border-top:1px solid #36d0ae;

border-right:1px solid #36d0ae;

border-bottom:1px solid #36d0ae;

border-left:1px solid #36d0ae;

}

/*warning*/

.ow_message_cont .ow_message_node.warning {

background: #f4b111;

border-top:1px solid #f4b111;

border-right:1px solid #f4b111;

border-bottom:1px solid #f4b111;

border-left:1px solid #f4b111;

}

/*error*/

.ow_message_cont .ow_message_node.error {

background: #dc3c56;

border-top:1px solid #dc3c56;

border-right:1px solid #dc3c56;

border-bottom:1px solid #dc3c56;

border-left:1px solid #dc3c56;

}



The Forum post is edited by dave Jan 22 '18