Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-09-13 04:25:08

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Menu

Me again,

I would like the dropdown menu works the same way for the colors that the basic menu!

How is it possible to do this?

http://test.vuedailleurs.com

Philippe

Offline

#2 2016-09-13 05:28:33

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Menu

it looks like the drop-down color is controlled by the Menu Items :hover color.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2016-09-13 06:45:23

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Menu

Thank you for the answer !

I believe I misspoke.

I would like the dropdown be brown as the main menu.

And when I pass the mouse over an album of the combo, it passes the blue color.

Philippe

Offline

#4 2016-09-13 07:06:52

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Menu

I think that will require custom css


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2016-09-13 07:14:41

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Menu

Yes I tried css for several hours, and unfortunately I found nothing!

Philippe

Offline

#6 2016-09-13 07:20:14

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Menu

try this:

/*color for sub-menu items*/

ul.sub-menu li a{
    color: red !important;
}

/*Hover color for sub-menu items*/

ul.sub-menu li a:hover {
    color:blue !important;
}

enter color hex codes as needed to replace the color keywords.

The only way I could make it work was by using !important. There might be a better selector to use so !important wouldn't be necessary, but I didn't have time to explore that.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#7 2016-09-13 07:32:21

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Menu

It's great it works !!!!!

A very big thank you, and good afternoon.

Philippe

Offline

#8 2016-09-13 07:32:46

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Menu

smile


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB