Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

How can I remove effects that I do not want?

  • Hi

    I have built a button without effects (nor Transition, nor Transform). Although I have not built any effects, effects are visible. However, I have not turned on any of the wrenches and yet the button moves as if an effect were programmed. Neither globally nor locally do I have templates associated with the button. There are also no html anchors associated (at least I can’t see any) with the button. The button type is “link”.

    What can I do? I have imported a page template and suspect that the button template is associated with it but I don’t know how to turn it off.

    Thanks for your support, but I have searched the documentation for any clues and also searched the forum for them.

    Erwin

  • Hi there,

    can you share a link to your site where i can see the button with the effect ?

  • OK, go to Customizer > Additional CSS and DELETE this CSS:

    
    .button,
    .gb-button {
      -webkit-transition: all 500ms ease-in-out !important;
      transition: all 500ms ease-in-out !important;
    }
    
    .button:hover,
    .gb-button:hover {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  • Thank you David
    solved!

    Regards
    Erwin

  • You’re welcome

  • David,

    So far so good, but I still can’t affect the color of a “global style” element of the font. I have defined a “global style”, but I can’t influence the font color, no matter how I change the color. There is still a factor that influences this part.

    Can you recommend something?

    So far so good, but I still can’t affect the color of a “global style” element of the font. I have defined a “global style”, but I can’t influence the font color, no matter how I change the color. There is still a factor that influences this part.

    Can you recommend something?

    Also, the button does not look identical in the backend as it does in the frontend.

    Regards,
    Erwin

  • Hi David

    Probably I could solve the problem: I had to set a link within a button in the “Global Style” (#) only then the individual buttons were displayed in the correct parameters if they were linked to a page.

    Regards and thank you
    Erwin

  • Thats correct, otherwise theirs not a selector in the CSS.

    Glad to hear you found the solution

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.