How to change section text color?

Hi,

How can I change the section text color?

By default, the text in the sections is displayed in white but my theme is light colored and therefore unreadable. If I activate the option to “legacy markup” it becomes black.
Is there a way to do this without turning on legacy markup?

Thanks!

You could inspect the section to get the form class/id. Then replace the “className” from below to change the font color.

Please add this code to the Appearances > Customize > Additional CSS page.

.className {
  color: #000 !important;
}
1 Like

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