• Resolved davidsayadyan

    (@davidsayadyan)


    Hi!

    And thanks for your addon)

    Premium buttons on my site were transparent by default before. But now they are grey and almost black on hover. How can I fix this? Or should I change colors on every button manually?

    Screenshot is here

    • This topic was modified 3 years, 2 months ago by davidsayadyan.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @davidsayadyan,

    Thanks for contacting Leap13 support!

    Could you please copy and paste the below custom CSS to Appearance > Customizer > Custom CSS and let me know if it did the trick?

    .premium-button-container .premium-button {
      background-color: transparent;
    }

    Regards

    Hi @davidsayadyan,

    We didn’t hear back from you. I hope everything is going fine with you today.

    Regards

    Thread Starter davidsayadyan

    (@davidsayadyan)

    Hi @leap13support !

    Thanks and excuse me for long answering. I did this and now buttons are transparent by default but still dark grey on hover.

    Hi @davidsayadyan,

    Please replace the old custom CSS with below one:

    .premium-button-container .premium-button,
    .premium-button-container .premium-button:hover {
      background-color: transparent;
    }

    Regards

    Thread Starter davidsayadyan

    (@davidsayadyan)

    Hi @leap13support

    It works.

    Thanks for your help and your addon!

    Great, I’m so glad that everything is working just fine with you now.

    If you have any farther questions, please don’t hesitate to feed me back anytime
    It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress page.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Button color by default’ is closed to new replies.