How Can We Help?
Search for answers or browse our knowledge base.
Change the color of event date block
To change the color of event date block we need to add a code of snippet.
Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.
.el-event-date-block
{
background-color: #000000 !important;
}
*Replace 000000 with your own HTML color code.