Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176723
    [email protected]
    Participant

    how do I change the color of the menu wording when hovering?

    #176760
    Skandha
    Participant

    @georgiagcnaturals-com: To change the hover color of menu text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-main-menu li a:hover {
        color: #0acbb0;
    }

    You can change the color according to your choice.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change hover menu color’ is closed to new replies.