Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #369865

    Hi

    Hopefully someone can help me out with this. Ive added a icon list to one of my pages. The entypo-fontello font just looks a bit to big, but Im not sure how to change it. I tried doing via custom css but it didn’t seem to work. Does anyone know how to do this?
    Thanks.

    #370024

    Hi mdpreston!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    span.iconlist-char {
    font-size: 24px;
    }

    Best regards,
    Yigit

    #370459

    Hi,
    Thank you for the response, it did work but is there a way to change the size of the grey circle along with it?

    #370550

    Hey!

    Sure, please add following code to Quick CSS as well

    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px; }

    Cheers!
    Yigit

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