NetTalk Central

Author Topic: Changing Menu colors in my theme.css  (Read 5069 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Changing Menu colors in my theme.css
« 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
« Last Edit: June 09, 2016, 08:14:53 AM by astahl »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Changing Menu colors in my theme.css
« Reply #1 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

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Changing Menu colors in my theme.css
« Reply #2 on: June 17, 2016, 03:51:28 AM »
Hi Bruce,

See attached zip file with example.

Ashley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Changing Menu colors in my theme.css
« Reply #3 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


astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Changing Menu colors in my theme.css
« Reply #4 on: June 24, 2016, 05:07:03 AM »
Hi Bruce,
Sorry about that. See attached zip


Ashley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Changing Menu colors in my theme.css
« Reply #5 on: June 27, 2016, 01:01:53 AM »
In your custom.css add

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


cheers
Bruce

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Changing Menu colors in my theme.css
« Reply #6 on: June 27, 2016, 04:11:12 AM »
THANK YOU BRUCE!!!!!

Works perfectly.

Ashley