Hello,
I would like titles in all icons boxes to be centered, but the copy to be left-justified. Currently I am using this code to center the title: `.iconbox_content_title {
align: center;
}`, but I can’t find anything that works to center the copy without altering the title’s alignment. Thanks for your help!
Hey!
Try adding this code to the Quick CSS:
.iconbox_content_container {
text-align: left;
}
Cheers!
Josue
Thanks Josue. I’d already tried that, and I just tried this too: `.iconbox_content_container {
text-align: left !important;
}` but no dice. Anything else? Thank you!
Yep, cache issue. Thanks!