Hey,
I’m almost there. I have added myself some CSS code.
But there is another CSS hover effect that not is good. I want change a trigger background hover effect color to red but I can’t find the right CSS code.
See again for a another screencapture here.
Can you help me whit this one?
Thanks in advance.
Alain
-
This reply was modified 7 years, 4 months ago by
alainmelsens.
Hey Alain,
It should be as simple as changing the original CSS to the below:
.current-menu-item .responsive-menu-subarrow,
.current-menu-item .responsive-menu-subarrow.responsive-menu-subarrow-active {
background: red !important;
color: white !important;
}
Please let me know
Peter
Hey Peter,
Sorry, but I have added your CSS code but nothing is changed. π
I have refreshed the caches also, but no changes.
I put your CSS code in the Admin section of WordPress and choose Appearance\Customize\Custom CSS/JS (at the end of the custom CSS code panel) from the current and active theme.
You may test it yourself in the temporary development website.
Best Regards,
Alain
-
This reply was modified 7 years, 4 months ago by
alainmelsens.
Hi Alain,
Because for some reason you also have the below style in there:
#responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
background-color: #f2f2f2 !important;
}
That is messing everything up as it is overwriting everything for active sub-menus to be white.
Peter
Hi Peter,
Ok, I have putted this CSS in comments for this time.
But there are stil another issue. π
The trigger background color is still in red when a submenu is active. In the parent menu the trigger background color is still red and should change to grey color as the parent item background color.
See it again in the next screencapture here.
So? What can I do next do resolve this issue?
Thanks in advance.
Alain
-
This reply was modified 7 years, 4 months ago by
alainmelsens.
Hey Alain,
It looks like you still have the Trigger Active Background Colour set to red. Please change this to the your standard grey colour.
All the best
Peter
Hey Alain,
I’m very glad we were able to sort out all the issues for you π
Thanks for using the plugin too and enjoying it!
Peter