How do I remove the yellow bar in headings?

When I click on the home page, there is a yellow bar above “Meet our hosts”. How do I remove this yellow bar?

This is a design element, its color depends on settings in Appearance/Customize, but if you want to hide it completely please try this CSS snippet:

.content-title::before {display:none!important}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.