• Resolved voyancestories1

    (@voyancestories1)


    By default, the color of the text in menu is black. How can I change it? And also how can I change the color of it when the mouse hovers over it?

    Much appreciate your quick responses.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @voyancestories1

    Please use the following code in additional CSS box in customizer:

    #site-navigation ul li a {
    	color: #656565;
    }
    #site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.focus > a {
    	color: #7DB339;
    }

    Change the hexadecimal color code to your required color code.

    Thanks

    Thread Starter voyancestories1

    (@voyancestories1)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the color of text in Primary Menu (Main Menu)’ is closed to new replies.