Okay
  Public Ticket #2397263
Food Menu Item Animation
Closed

Comments

  • Ryan started the conversation

    Can you please let me know how I can disable the "Food Menu Item" animations. I would like the text to be static as Google does not crawl animated Content effectively. Thanks,

  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_food_menu_item .item_description {
        transition: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Ryan replied

    That worked for the Menu description, not the title, the line to price and the price.

    Also, is there an easy way to change the color or opacity or style of the line?

    Thanks,

  • Ryan replied

    My apologies, the description still fades in. I would like no animation on any of Food Items elements.

  •  8,990
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_food_menu_item .inner{
      transition:none !important;
    }

    Thanks


    ThemeNectar Support Team