• Resolved whatanoisybird

    (@whatanoisybird)


    Hi,

    Is there a way to completely disable the CSS transitions?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @whatanoisybird,

    Greetings from Webtoffee!

    To disable transitions, you need to override them using custom styles. Please refer to the sample code below for removing transitions from cookie bar buttons.

    #cookie-law-info-bar a {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove CSS transitions?’ is closed to new replies.