I modified the divider with this code:
.primary-background.flag {
background-color: transparent !important;
}
.flag-text{
color:black;
}
.seperator-addon {
display:none;
}
This is the result: http://farm8.staticflickr.com/7203/6845300472_a0842ebb71_b.jpg
My question is: can you provide met with css code to make the text black and position it above (or below) the divider?














