Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I would like to define colors of the dropdown menu.
I found background color. But I need hover background and text colors.
have a look: https://bitunamel.de/2016/tankreinigung/
Can you help me with a CSS code?
Would be nice, many thanks.
Hello,
You can adjust the font color of dropdown typography and megamenu title on Dropdown Options see screenshot.
Add these codes to your custom CSS box:
This code for hover background color:
nav .menu li > ul.sub-menu li:hover { background-color: #fff; }
and this code for hover font color:
nav .menu li a:hover { color: #ffffff; }
You can change the color to your wish.
Let us know.
Best regards!
You must be logged in to reply to this topic.