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

    Hi guys,

    I have updated the Enfold theme and noticed very a different font setting in the icon lists. I have back-upped custom.css and header.php en overwritten it after the update. It looks terrible now: http://www.cadeaugolf.nl/trex-tour/

    Do you know what’s wrong and where to change it like before the update?

    Regards,

    David

    #222778

    Hey David!

    You can add this on custom.css or Quick CSS:

    .iconlist_content p {
    line-height: 30px;
    }
    
    .avia-icon-list .iconlist_title {
    margin-bottom: 10px;
    }

    The plugin Grid Products is messing up with theme’s layout.

    Regards,
    Ismael

    #222827

    Thanks. Can you give me a code for adjusting the font seize too?

    Regards,

    David

    #222830

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .iconlist_content p { font-size: 18px; } /* changes the size of content section */
    .avia-icon-list .iconlist_title { font-size: 20px; } /* changes the font size of title */ 

    Best regards,
    Yigit

    #222839

    Thanks. That worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon list font settings changed after update’ is closed to new replies.