Remove entire menu animation opacity (css3, js) in Portra Theme
-
Theme: Portra. I want to remove the animation from the menu, the site navigation: https://www.calleholck.com/. The menu should be static and not “pop up” word by word. It’s ok if the entire menu pops up at once, if that would be easier than to remove the entire animation.
WHAT I’VE TRIED:
Of course already searched here and googled a lot. At first I changed things in the style.css, for example all transitions to none. And all the transform opacity from 0 to 1. I also tried to change it in the functions.js and functions.php and header.php and so on. But I can’t make it work. An example of code here:<pre>-webkit-transition:none !important; -moz-transition:none !important; -o-transition:none !important; transition:none !important; @-webkit-keyframes buffer1 { 0% { -webkit-transform: scale(<b>0</b>); } 50% { -webkit-transform: scale(1); } }
The page I need help with: [log in to see the link]
- The topic ‘Remove entire menu animation opacity (css3, js) in Portra Theme’ is closed to new replies.