Home Forums WoodMart support forum change hover color of the titles in footer

change hover color of the titles in footer

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

    kais
    Participant

    hi
    how can i change hover color on title onmousehover in footerhover color

    #152382

    Hello,

    You can change the hover color of the footer items by using below CSS in Theme Setting >> CUSTOM CSS >> Global Custom CSS:

    .footer-container .menu a:hover{   
        color:white;  
    }

    Best Regards.

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