Hi Natasha-
Thanks for reaching out, and for using the Wedge WordPress Theme from BoldGrid.
Wedge features an alternate-color first letter for both the Site Title, as well as the first letter for Page and Post titles. Add this code to your Custom Theme CSS in the Customize > Advanced > Custom JS & CSS menu:
.site-title::first-letter, h1.entry-title::first-letter {
color: unset !important;
font-size: unset !important;
}
-
This reply was modified 3 years, 9 months ago by Jesse Owens. Reason: Fix typo in CSS code