Hover button text

I’ve tried about every kind of combination I can with the custom CSS, but I have some OptIn Monster boxes that are showing a text shadow on hover that I can’t figure out! :slight_smile:

Example is here: https://dandoadvisors.com/for-you-leaders-podcast/

Hi @chiphanna,

Thanks for reaching out.
As the issue is not a part of the theme, it does not comes within the scope of the Theme Support, I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where the customization questions are answered.
Although you can try with the sample code adding into the Theme Options > CSS.

.cleveland-c-alpha.Campaign__alphaLayer
{
    box-shadow: none;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style, and also remember that this code is sample code, and it varies from case to case, and we can’t guarantee it works for you.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Thanks for the help! I forgot to mention (stupid me!) that the styling isn’t there when I’m creating the object in Optinmonster - it shows up to due some styling in Theme X. That’s what I’m trying to fix.

The supplied code didn’t work. Thank you!

You are most welcome!
If you need anything else we can help you with, don’t hesitate to open another thread.

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