Okay
  Public Ticket #1297452
Remove animation from Menu
Closed

Comments

  • rivasyrdigital started the conversation

    Hello, i need to remove the animation from the main menu in the Sentra wordpress Theme, can you give me some instructions on how to do it? thank you for your help.

    regards

    PC

  •  2,010
    Ocean replied

    Hi, sorry for late reply.

    You can add custom css code here: http://prntscr.com/gbgjxt

    .desktop-nav > ul > li:hover > span > a{ margin-top: 0; }

    .desktop-nav > ul > li > span > a.clone{ display: none; }

  • rivasyrdigital replied

    Thank you, it works perfect!!