How do I change the background color of the box portion of the icon box? Only custom css, or is there a styling setting in theme options for it?
Hi robphat!
You can use a variation of the below css in order to change the icon-box’s background color:
.iconbox_top .iconbox_content {
background-color: #000000 !important;
}
Regards,
Dake
ok thanks.