Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Help (for a beginner!) Reply To: CSS Help (for a beginner!)

#248927
Mottie
Member

Hi @jontreat!

It would be easier if you provided a minimal example of what you are trying to accomplish. Specifically, the HTML of the button you are styling.

I made this example using the same HTML from the site you shared along with the associated CSS: https://codepen.io/Mottie/pen/jVvvOV

Probably the only definition you’ll need is this one:

.fusion-button.button-1 {
  background: #87be22 !important;
  color: #ffffff;
}

If you need help with learning CSS selectors, check out this site: CSS Diner.