Hi, I want to change the navigation menu colors for the text. I would like the following: Menu items normal text color = #000000 Selected page text color = #0000ff Text color upon cursor hover = #ff9900
Hello, Warm Wishes From InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard -> Appearance -> Customize -> Additional CSS). Code: #menu .ddsmoothmenu li a { color: #000; } #menu li.current-menu-item a { color: #0000ff; } #menu li.current-menu-item a:hover { text-decoration: none; color: #ff9900; } I hope this will surely help you. Regards, Shemaela InkThemes.com
Hello, Warm Wishes From InkThemes, You are most welcome! Let us know if you need further help, we will be happy to help you. And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] Regards, Shemaela InkThemes.com