How to change style transitions by touching text in the menu?
-
I wanted ask how to change style transitions by touching text in the menu?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-dark .navigation-style-default .item-level-0:hover>a{
color:red;
}
Change the styles as per your needs.
Best Regards
I wanted to ask if it is not possible to touch the menu page with some animation?
I don’t want to be a hover. I want an animation to happen.
Example from another template.
Attachments:
You must be
logged in to view attached files.
Hello,
Simple CSS animation is implemented on hover. Click animation would require more complicated customization which is not covered by our support.
Best Regards.