Home Forums WoodMart support forum How to change footer text color?

How to change footer text color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #358804

    LivaR
    Participant

    Hi! How to change footer text color + icon color? I would like to change it to black.

    #358972

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .footer-container span.list-content {
        color: black;
    }
    
    .footer-container .widget_nav_menu ul li a {
        color: black;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)