NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on June 09, 2016, 07:50:40 AM
-
Hi All,
We are using the MetroBlue theme but need to change some colors specially on the menu.
We have it 90% complete bu have one issue.
Menu1.png shows the menu with a white background and black text.
Menu2.png shows a menu item with hover blue background and white text and the secondary item text is black with a white background as it should be.
Menu3.png shows the secondary menu item hovered and the text should be white and is not.
So how does one get the the dropped menu "Register" text color to change to white?
Thanks
Ashley
-
Hi Ashley,
perhaps post a small example with your custom CSS?
I expect it's a minor tweak, but I'd have to play in Firebug to see what it is.
cheers
Bruce
-
Hi Bruce,
See attached zip file with example.
Ashley
-
Hi Ashley,
please post the app & dict rather than the exe.
If you have to post the exe, you need to include the DLL's as well.
app and dict is better though.
cheers
Bruce
-
Hi Bruce,
Sorry about that. See attached zip
Ashley
-
In your custom.css add
.nt-menu > li ul a:hover {
color:white!important;
}
cheers
Bruce
-
THANK YOU BRUCE!!!!!
Works perfectly.
Ashley