- This topic has 12 replies, 2 voices, and was last updated 4 years, 4 months ago by
Pete.
-
AuthorPosts
-
October 19, 2015 at 6:10 am #145614
Pete
There’s no colour difference in the parent and the dropdown arrow on the menu plus yet they are 2 different links. How about making this a option in the colors addon to allow us to give the arrow area a different shade so users can see the difference. It took my small brain 10 goes before i figure i had to tap the arrow and not the bar to get it to drop down.
October 19, 2015 at 10:02 am #145683Tom
Lead DeveloperLead DeveloperDo you mean on desktop or mobile?
An option for this may be overkill (I have to be careful about the number of options in the Customizer), but it should be a very simply CSS tweak.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 19, 2015 at 10:04 am #145686Pete
Mobile… maybe just make the default colour a different shade
October 19, 2015 at 10:08 am #145688Tom
Lead DeveloperLead DeveloperYou could try something like this:
a.dropdown-toggle { background-color: #000000; color: #FFFFFF; } a.dropdown-toggle:hover, a.dropdown-toggle:active { background-color: #000000; color: #FFFFFF; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 19, 2015 at 10:20 am #145691Pete
That’s heaps better. Are you gonna make that the default?
October 19, 2015 at 10:22 am #145693Pete
I can’t see the close X? Has it been updated in the repo?
October 19, 2015 at 10:22 am #145694Tom
Lead DeveloperLead DeveloperIt would require at least 3 more options in the Customizer which I’m not so happy about (our Borders add-on will be using a lot of options, and too many options will make it slow).
We’ll just do CSS for now 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 19, 2015 at 10:23 am #145695Tom
Lead DeveloperLead DeveloperThe close X will be in the GP Premium update which is coming out early this week.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 19, 2015 at 10:26 am #145697Pete
Cheers X … re “Are you gonna make that the default?” I mean are you going to add that css above into core (no customisation) or will i need to add it each install?
October 19, 2015 at 10:27 am #145698Tom
Lead DeveloperLead DeveloperYou’ll need to add it to each install, at least for now.
I can’t guess what color people are making their menus, so the above wouldn’t work for everyone.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 19, 2015 at 10:31 am #145699Pete
I can’t guess what color people are making their menus… whoops yes. I wonder if there’s there a css function that can shade a color lighter or darker than a given css class?? or something.
October 19, 2015 at 10:59 am #145737Tom
Lead DeveloperLead DeveloperThat would be awesome, but I’m afraid there’s not unless you’re using RGBA.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 24, 2018 at 5:10 am #737304Pete
resolved
-
AuthorPosts
- You must be logged in to reply to this topic.