Making slider revolution button inherit button class from theme

I’m trying to get the button on my slider revolution theme to match the style of the buttons in the theme overall.
So that this:

Matches this:

Basically can’t find the css/class controls or figure out how to make the class match.

My page: http://pbc1.gabemott.com
Using “Church” demo content

Tried to copy the class
x-btn-alt-dark

into the slider classes… to no avail.

Any suggestions?

Hi There,

You can use the button shortcode in a text element in revolution slider.

http://demo.theme.co/integrity-1/shortcodes/buttons/

Hope it helps

Thanks Joao
Is this not a text element? Must not be as it isn’t working

That’s it. It will display as text in the slider builder but will display a button in the front-end. Please note though that Slider Revolution might apply styles to the text element so you’ll need to add a class to the button shortcode and target that class with CSS.

Thanks.