Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #296875

    Hi :)

    I would like to change the font of my Icon Boxes to regular (not bold) and to lower cases. How can I do that?

    Thank you in advance!

    #297017

    Hi allaboutapps!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox .iconbox_content .iconbox_content_title {
    text-transform: none;
    font-weight: normal;
    }

    Best regards,
    Yigit

    #297265

    Hi Yigit,

    Works fine, thanks a lot :)

    Best
    Thomas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Font Icon Box’ is closed to new replies.