Hi!
I use the following code to use not only capital letters in the H1, H2 and H3 titles.
h1, h2, h3 {
text-transform: none !important;
}
But the problem I’m having is that letters like p, y, q, j… get crop in the icon boxes.
Any idea?
Thank you!
Hi odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3.iconbox_content_title {
padding-bottom: 2px!important;
}
Cheers!
Yigit
Close!
The update of the theme fix this in other page I’m working with. Thanks a lot!