Home Forums WoodMart support forum How to change style transitions by touching text in the menu?

How to change style transitions by touching text in the menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #204014

    previna
    Participant

    I wanted ask how to change style transitions by touching text in the menu?

    Attachments:
    You must be logged in to view attached files.
    #204031

    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

    #204239

    previna
    Participant

    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.
    #204292

    Hello,

    Simple CSS animation is implemented on hover. Click animation would require more complicated customization which is not covered by our support.

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)