• Does anyone know how to change the text color for widget buttons and headers? I have a widget on the home page that has white text, and the titles/headers on every page except the home page has white text. The homepage header changed to black, but all the remaining titles on the subsequent pages stayed white. I was hoping to change the text color to black but can’t seem to figure out how! Any advice would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @michelle1210,

    Thank you for reaching out.

    You can change the header colors by using the following CSS code:

    .page-title
    {
      color: black !important;
    }

    Please add this CSS code to your Appearance->Customizer->Additional CSS settings.

    Let me know if this worked for you.

    Best Regards,
    Pavle

    Thread Starter michelle1210

    (@michelle1210)

    Hello Pavle,
    Thank you so much for the code! It worked and now my headers are black! Do you by chance know how to do the same thing for the widget on the homepage that says “reach out today,” because I would also like that text to be black so that I can lighten up the background a little.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text color for widgets and headers’ is closed to new replies.