Button Color Change

Toward the bottom of my homepage, I have three boxes that say Watch Our Services, Ministries and About Us. Under those boxes are buttons that lead to those specific pages. The buttons are transparent and I’m not sure how to change that without changing all the buttons on the site. Any suggestions?

http://dallas170.arvixeshared.com/~bburwell/mydummydomain.com/

Hello @brockburwell,

Thanks for asking. :slight_smile:

You can add following CSS under X > Launch > Options > CSS to change button color:

.home .x-promo-content a.x-btn.x-btn-small {background-color: #6f6d6d; color: #ddd;}

Please change color code as per requirement.

Thanks.

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