[Resolved] Change Color of H2 in Footer Widget 1

Home Forums Support [Resolved] Change Color of H2 in Footer Widget 1

Home Forums Support Change Color of H2 in Footer Widget 1

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2204730
    Daniel

    Hello

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

    #2204946
    David
    Staff
    Customer Support

    Hi there,

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

    #2204952
    Daniel

    I did that but it doesn’t work. https://prnt.sc/FL5we6WbtEvZ

    #2204959
    David
    Staff
    Customer Support

    Try adding this CSS:

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

    it worked, thanks.

    #2205346
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.