how to make a menu item change color on mouse hover? (full-site editing)

[ad_1]

Hello, how do you make a menu item change color when you hover over it with your mouse? Would also love to know how to do the underline thingy with a transition of like 0.3s

[ad_2]
1 Comment
  1. You can use CSS for that.

    selector:hover {

    background-color: gray !important;

    }

    Replace selector for the class of the (sub)menu and add the color code you like instead of gray.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer