Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209964

    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 ?

    #209984

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘modify Font of icon box’ is closed to new replies.