Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #384990

    How to increase the text size of the icon list titles and text?

    Thanks.

    #384992

    Hi bakbek ;
    try to add this line in to your css :

    .iconlist_content p{ font-size: 15px !important}
    

    adjust the size as you like

    #385139

    That doesn’t work. Any idea why?

    #385980

    Hey!

    try this code instead for title:

    .avia-icon-list .iconlist_title {
    font-size: 20px;
    }
    

    and for text:

    .main_color .iconlist_content {
    font-size: 20px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    #386137

    Awesome. Thanks Andy :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to increase the text size of the icon list titles and text?’ is closed to new replies.