Changing button outline color

Please advise as to how to customize the color of a button only for a specific layout block.

The button outline color I would like to use is: rgb(228, 225, 208)

Could I use the ‘x-btn-alt-…’ in the Class box to somehow achieve this? (Also, is there a place I can find the entire list of ‘x-btn-alt…’ options?)

Also, please let me know if I can be more clear regarding my question.

Thank you!

Hello There,

Thanks for posting in!

Is the button inside a section in Cornerstone? Are you using the classic button? If that is the case, simply add a custom .my-button class for your button and use this custom css:

.my-button {
  border-color: rgb(228, 225, 208);
}

Hope this helps.

Hello and thanks for the quick response!

Please excuse my total ignorance… but once I add the custom .my-button in the CSS section (is that right?)… where and how would I use my_button class?

Also, one is a button inside a section and the other is a button within the promo.

Thank you again!

Hi,

You can add it under Customize Tab of your button element.

See screenshot

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