Need correct CSS syntax for button class

I added a Muffin Builder button with class: dfs-button

My CSS is not applying to the button, and I think it's how I've named it in CSS... i've tried a dozen different ways and nothing seems to be carrying through.  Here is what I currently have:
.dfs-button.button a{
color: #700000;
font-weight: 700;
margin-top: -150px;
}

I have also tried:
a.button.dfs-button {....
.dfs-button {....

Any direction would be greatly appreciated.

Comments

Sign In or Register to comment.