Hi Kyle,
Sorry for this rookie question. I almost understand what you are saying.
I added to Custom CSS in Theme Options:
.icon-blue .sf-icon-cont {
background-color: #37ba85;
}
.icon-green .sf-icon-cont {
background-color: #37ba85;
}
.icon-orange.sf-icon-cont {
background-color: #ff7534;
}
.icon-purple .sf-icon-cont {
background-color: #7c4d9f;
}
.icon-red .sf-icon-cont {
background-color: #fe504f;
}
.icon-yellow .sf-icon-cont {
background-color: #ffd56c;
}
Then, the code I need to change on my home page currently reads as:
[sf_iconbox image=”fa-gears” cont=”icon-green” character=”” type=”left-icon-alt” title=”LP Solutions”]
Could you help me fill in the blanks here?
Thanks!