How do you create a simple yellow button with dark/black text in the Flatsome Theme?

It seems so simple, and yet I cannot find the solution. Can someone please help me? Basically, how can I change the text color of my buttons?

Hi @Poolman2000,

Simply you can use custom css for this task:

.BUTTON-CLASS {
         YOUR CUSTOM CSS
}

Thanks