Hi,
I set a Line@ button, but it become very strange, the icon word "Line" become very blur.

  • Jasper replied to this.
  • Hi Andy ,

    Thanks for the link!
    It seems like there's a custom CSS that's increasing the font-weight of the icons.

    Try to use this custom CSS to revert it back to the normal font-weight:

    .buttonizer .buttonizer-button .fa-line {
    	font-weight: 400 !important;
    }

    Simply paste this into WordPress' Additional CSS in Customize

    Please let me know if this works for you! 😃

    Hi Andy ! Welcome to the community 🥳

    Do you have an example page where we can see what is going wrong?

    Hi Andy ,

    Thanks for the link!
    It seems like there's a custom CSS that's increasing the font-weight of the icons.

    Try to use this custom CSS to revert it back to the normal font-weight:

    .buttonizer .buttonizer-button .fa-line {
    	font-weight: 400 !important;
    }

    Simply paste this into WordPress' Additional CSS in Customize

    Please let me know if this works for you! 😃

    it works! Thank you so much!
    But I just want to know why?
    I didn't revise CSS.

      Andy ,

      Glad to hear that it worked!

      But I just want to know why?
      I didn't revise CSS.

      It might have been simply a style from your WordPress theme. 😃

      10 months later