• Resolved nzgirl

    (@nzgirl)


    Hi there,

    Items on the menu currently turn red on hover. How do we change this to another color?

    I have tried using the SiteOrigin CSS plugin to do this, but am not having much luck.

    Many thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Tajam

    (@tajam)

    Hi, you can use this css code in Customize -> Additional CSS:

    
    @media (min-width: 768px) {
    	.primary-menu > li:hover > a {
    		background-color: #000;
    	}
    }
    

    Change #000 with your own color

Viewing 1 replies (of 1 total)
  • The topic ‘How to change color of menu on hover’ is closed to new replies.