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

    Hello,

    Similar to another post I found, I want to remove the function that makes H1, H2, and the icon list titles all capitals.

    I tried this but it didn’t make a difference:

    h1, h2, h3 {
    text-transform: none !important;
    }

    any ideas?

    Thanks thanks!

    #362845

    Hey GGLNetwork!

    Thank you for coming back.

    Iconlist headers have h4 tag.

    
    h4{
    text-transform: none !important;
    }
    

    To limit changes to iconlist:

    
    .avia-icon-list h4{
    text-transform: none !important;
    }
    
    

    Best regards,
    Günter

    #363166

    Thanks so much! that was perfectly helpful. Have a lovely day!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘icon list text – remove all capitals’ is closed to new replies.