Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #281059

    Hi!
    Is it possible to change the size of the icons in the icon list a little bit?

    #281131

    Hi Effektid!

    Yes – use this css code and adjust the px values if necessary:

    
    .avia-icon-list .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    border-radius: 500px;
    }
    

    You can add the css code to the child theme style.css or into the quick css field.

    Regards,
    Peter

    #281145

    OK! Do I need a child theme? I have always added the custom CSS into the quick css field. Will that CSS code be overwritten if I update the theme and not having a child theme? Will all other settings in the Enfold menu be lost with an update of the theme?

    #281148
    This reply has been marked as private.
    #281149

    Hey!

    No, all settings (Enfold > Theme Options) will remain if you update the theme. Only if you edit Enfold theme files directly the update will overwrite them again.

    Regards,
    Peter

    #281157

    I removed the new CSS since it also affected the the other icons on other pages. Perhaps a bad idea to change the size of the icons. But it would be nice to have that option when the icon list is created.

    #281159

    OK, also the added CSS in the quick css field will be safe if the theme is updated?

    • This reply was modified 10 years, 5 months ago by Effektid.
    #281165

    Hey!

    As Peter mentioned here – https://kriesi.at/support/topic/change-size-icons-in-icon-list/#post-281149 yes, it will be safe

    Regards,
    Yigit

    #373281
    This reply has been marked as private.
    #373336

    Hi!

    Try adding this to your custom CSS.

    .avia-icon-list .iconlist_title { text-align: center !important; }
    

    If that’s not working then send us a link so we can get a better idea of what’s going on.

    Regards,
    Elliott

    #373442
    This reply has been marked as private.
    #373607

    Hi!

    The CSS code I posted will make the icon list titles aligned in the center. I don’t see it anywhere in your source code so go ahead and add it in Dashboard > Enfold > General Styling > Quick CSS.

    If that’s not what your trying to do then take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #373662
    This reply has been marked as private.
    #373667

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h4.iconlist_title {
    padding-bottom: 2px;
    }

    Regards,
    Yigit

    #373793
    This reply has been marked as private.
    #374098

    Hi!

    Add this.

    .iconlist_title {
        margin-top: 8px !important;
    }

    Regards,
    Elliott

    #374171

    Thank you very much, Elliott!

    Regards
    Soren

    • This reply was modified 9 years, 10 months ago by vanggrafisk.
Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Change size icons in icon list?’ is closed to new replies.