Hi!
I’m using the icon box with the icon in the top. I would like to change them a little bit if that is possible. Can I change the background color and border + width of border and increase the size of the headline? Thanks!
Hey Effektid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.iconbox_content {
background-color: red!important;
border: 5px solid orange!important;
color: white;
}
h3.iconbox_content_title {
font-size: 25px!important;
}
Cheers!
Yigit