Classic Callout Box - Changing colour of icon, button and button text

Hi, I’d like to change the colour of the button text, icon and button within the Classic Callout box as currently all defaulting to white which isn’t visible on the white background.

I only want to change it for this element, to #ff6600.

Hi There,

Thanks for writing in!

Classic callout box button always take the style of the default button setting of the site.
If you want to change the color you can use custom CSS.

Please add this CSS to your theme option -> global CSS

.x-callout .x-btn {
color: #ff6600 !important;
}

Hope this helps!

Thank you, that’s worked

Glad we were able to help :slight_smile:

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