Remove shadow on button text

Hi there,

I’d like to remove the shadow on the black text on my buttons, but can’t find a way to do this in Cornerstone. Do I need to use CSS? I that case, can you advice me how?

Many thanks,
Sofia

Hi Sofia,

To remove the text shadow to your buttons, you can add this in Theme Options > CSS

.x-btn {
     text-shadow:none !important;
}

Hope that helps

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