Site logo

Archived topic

Change Color of H2 in Footer Widget 1

5 replies · Started by Daniel on April 30, 2022

Viewing posts 1–6 of 6

Hello

How can I change the H2 color in footer widget area 1 to white? My primary H2 color is blue.

Hi there,

go to Customizer > Colors and edit the Footer Widgets -> Widget Title

Try adding this CSS:

.footer-widgets h2 {
    color: #fff;
}

it worked, thanks.

You're welcome

This archived topic is closed to new replies.