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

    My icons are oval instead of circles, how can I fix? https://heinefarms.wpengine.com/

    #1416822

    Hey Christy,

    Thank you for the inquiry.

    Did you add any css modifications to the site? It’s possible that one of the modifications is conflicting with the default icon styles. To temporarily fix the issue, you can adjust the line-height property of the icons using the following css code.

    .av_font_icon.av-lll8d99i-2fca3d5f5ccdb6b019f5482b389e3830 .av-icon-char, .av_font_icon.av-lll8ixs5-35fea21e2373ecef7f31aeac373e8523 .av-icon-char, .av_font_icon.av-lll8hdip-cad2ff3195240eff995ec25abf357c9d .av-icon-char {
        line-height: 51px !important;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1416908

    That worked! Thank you!!

    #1416911

    I’m not sure I understand what you did … send me the CSS to fix this website homepage icons too please?

    #1416931

    Hi,

    Please try this CSS as well:

    .home #av-layout-grid-1 span.av-icon-char {
      line-height: 53px !important;
    }

    Best regards,
    Rikard

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