I have added the following CSS to the customizer to target styling for the Feature Box Title found here:
However no matter what I do I am unable to reduce this size. I confirmed CSS is loading properly as the Display: None tag works along with styling the x-feature-box-text. Its just the headline I can not change. I also tried adding custom CSS Class reduced-heading but that didnt work either. I am trying to set to 1.1em
Below is the custom CSS I added. Any guidance is appreciated.
.x-feature-box-title {
font-size: 1.10em;
}
.reduced-heading .x-feature-box-title {
font-size: 1.10em;
}
