Hi,
sorry for my english and I’m a beginner in wordpress ;-)
is there a possibility to modify the Font of the icon box title ?
Hi baeriswyl!
Sure. :)
You can use this on Quick CSS:
.iconbox .iconbox_content .iconbox_content_title {
border: medium none;
padding: 2px 0 0 0;
position: relative;
margin: 0 0 16px 0;
clear: none;
overflow: hidden;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 18px;
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Change the values.
Regards,
Ismael