Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1133469

    Hi Guys

    I have tried this which I saw in another thread but it doesnt seem to be making the icon list item title lowercase as I need it to be?:

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

    Please help as its currently all in Caps

    Thanks
    Dee

    #1133472

    Hey Dee,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1133553

    Hi Jordan

    Please find the link attached below.

    Thanks
    Dee

    #1133554

    Hi,

    Add this to quick css:

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

    Be sure to add this to the very top of quick css so it runs first. Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1133555

    Hi Jordan

    I have added this CSS and cleared my cache and dont see a change?

    Thanks
    Dee

    #1133836

    Hi Dee,

    You have file compression active in the theme under Enfold->Performance, please select to delete the old CSS and JS files there and save, then check again.

    Best regards,
    Rikard

    #1134105

    Hi Rikard

    I have now done that and it is still all in CAPS :-(

    Dee

    #1134719

    Hi,

    Where are you adding it? It’s no applying at all, you could try this instead:

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

    Best regards,
    Rikard

    #1134873

    Thank you Rikard – that worked a treat!

    #1134986

    Hi,

    Perfect, I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Icon List Item Title Lower Case’ is closed to new replies.