Editing an existing custom button in theme css

I am wanting to change the purple color of an existing button class in the css of the X theme for Education. There is a button with a customized class of “.x-btn.button-purple,”. I am wanting to slightly alter that button color throughout the site. I dont need to create another button, I just want to edit this one but it is not in the Cornerstone Customizer. I am not a developer so any help would be great.

Hello @charliemca,

Thanks for asking. :slight_smile:

To change the color of button, you can add following CSS under X > Theme Options > CSS:

.x-btn.button-purple {color: #ddd; background-color: #ededed;}

Let us know how it goes.

Thanks.

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