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

    I want to change the text style on the icon list title. Currently it seems to be using H4 heading and the title is in all caps, how can I change the style so that it is NOT all caps?

    #491400

    Hey devynspirit!

    use this code in Quick CSS field:

    h4.iconlist_title {
    text-transform: none !important;
    }
    

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.