City Hall Heading Color


I want to change the color of <h6 class="cityhall-heading"> In theme options I have removed the yellow color that is default in the theme everywhere but in this short-code it still appears. 

I see in the short-codes style sheet:

cityhall-heading/* dropcap */

.dropcap{display:inline-block;float:left;width:35px;height:35px;line-height:35px;font-size:20px;margin:0 10px 5px 0;text-align:center;-webkit-border-radius:5px;border-radius:5px;background-image:url(../images/stripes/stripes_10_w.png)}
.dropcap_circle{-webkit-border-radius:100%;border-radius:100%}
.dropcap.transparent{background:none!important}
.dropcap.size-2{width:50px;height:50px;line-height:50px;font-size:35px}
.dropcap.size-3{width:60px;height:60px;line-height:60px;font-size:40px}

There is no reference to color, how can I change this?

Comments

Sign In or Register to comment.