Short description of issue
Horizon 2.3.0 bugs - Featured blog title is forced uppercase
Reproduction steps
The section title in the featured blog posts is forced uppercase for some reason when other sections and blocks are not.
Additional info
Fix:
Remove from ~/sections/featured-blog-posts.liquid
{% stylesheet %}
.featured-blog-posts h3 {
text-transform: uppercase;
}
{% endstylesheet %}
What type of topic is this
Bug report
