Best Premium and Free WordPress Themes › Forums › Education Base Pro › Animation Disabled but still showing content sliding up
- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by
Acme Themes.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
March 22, 2018 at 7:03 pm #27302
ellens
ParticipantHi,
On our website, I selected ‘disable animation’ but on every page the content still slides up from the bottom. Website: https://yourcentersuccess.info
On the live support chat, they suggested I add custom css but it made no difference.
.slideInUp1 {
visibility: visible!important;
}March 23, 2018 at 10:52 am #27325Acme Themes
KeymasterHello eliens,
Can you Please try this CSS
.slideInUp1, .slideInUp2, .slideInUp3{ /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; }
Best Regards!
Acme ThemesMarch 23, 2018 at 2:26 pm #27330ellens
ParticipantI tried that and it took away all the content!! Any other suggestions?
March 23, 2018 at 11:36 pm #27363Acme Themes
KeymasterHello eliens,
Can you Please try this again!
.slideInUp1, .slideInUp2, .slideInUp3{ /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; visibility: visible; }
Best Regards!
Acme Themes -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.