Hello.. So I use this code to format my module headers..
.module .module_header h3, .module_menu .module_header h3 {
font-size: 30px;
text-align: center;
}
But its used for every header.. I want to change the formatting of my top-3 header. I can't figure out where to define this in the code.. Thanks
a