How Can We Help?
Search for answers or browse our knowledge base.
Change the color of download buttons
To change the button color, add the following CSS code snippet to the Divi Theme Option. Replace #ababab with your own color code.
.de-form-tab-btn {
background-color: #ababab !important
}