Remove text-shadow on hover in default flat-style button

Hi there

Is it possible to remove the text-shadow on hover in default flat-style button in Pro?

Where could I find the shadow in the settings?

Thank you very much for your help!

Kind regards,
Felix

Hello Felix,

Thanks for writing to us.

In order to change the hover color on text-shadow, I would suggest you please add this custom CSS code under Theme Option —>CSS

button.button-primary:hover, [type="submit"]:hover {
text-shadow: none !important;
color: #ffffff !important;
}  

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hi Prakash

Thank you very much for your reply and your support! I thought, maybe I miss the function, where I can remove the shadow in the builder. I have customzed the provided CSS and now it is exactly how I wanted it to be.

Thanks again for your help!

Kind regards,
Felix

Hello Felix,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.