Button drop shadow and hover states

Hi there. I have been unable to find the source code for this using the browser to inspect elements. The client does not want the drop shadow on the workshop buttons (Learn More). It does have a line from the designer: box-shadow: none; but it did not address it.

Also, in the footer there is a hover element on the button of the subscribe form that I can not eliminate or neutralize. Even if I give it the same settings as the at rest state it has a shift.

I think it must be from the core css. Can you take a look. Thank you.

Hi @GeorgiaG,

Thanks for writing in!

I wasn’t able to find any box-shadow property of the button. Are you maybe referring to the gradient background of the button? To remove that, please add this custom css.

.vc_grid-item .vc_btn3.vc_btn3-style-custom {
    background-image: none;
}

Hope it helps.

Thank you. I can’t find it either but the client can see one so we will just leave it alone. Warm regards, Georgia

You’re welcome!

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