NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on June 09, 2016, 07:50:40 AM

Title: Changing Menu colors in my theme.css
Post 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
Title: Re: Changing Menu colors in my theme.css
Post by: Bruce on June 13, 2016, 05:21:34 AM
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
Title: Re: Changing Menu colors in my theme.css
Post by: astahl on June 17, 2016, 03:51:28 AM
Hi Bruce,

See attached zip file with example.

Ashley
Title: Re: Changing Menu colors in my theme.css
Post by: Bruce on June 20, 2016, 11:46:52 PM
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

Title: Re: Changing Menu colors in my theme.css
Post by: astahl on June 24, 2016, 05:07:03 AM
Hi Bruce,
Sorry about that. See attached zip


Ashley
Title: Re: Changing Menu colors in my theme.css
Post by: Bruce on June 27, 2016, 01:01:53 AM
In your custom.css add

.nt-menu > li ul a:hover {
color:white!important;
}


cheers
Bruce
Title: Re: Changing Menu colors in my theme.css
Post by: astahl on June 27, 2016, 04:11:12 AM
THANK YOU BRUCE!!!!!

Works perfectly.

Ashley