Okay
  Public Ticket #2400636
Icon box
Closed

Comments

  •  2
    piotr167 started the conversation

    I have a problem with showing icons. On homepage and Kontakt It's now showing 2 icons, on rest pages everything is ok. There are 2 rows with this icons... Does anyone have an idea how to repair it?



  •  1,593
    Barry replied

    Hi there,

    There is a Google Maps plugin installed on your website that cause this issue. This plugin load their own Font Awesome file to the website that overwrite CSS value's from our theme.

    There are two ways to fix this:

    1. Check if the Google Map plugin contain any settings to deactivate their Font Awesome stylesheet from loading to your website.

    2. If there isn't any setting for this please add the following CSS to Appearance -> Customize -> Additional CSS:

    /* fix font awesome issue */
    .fa, .fas {
        font-weight: 900!important;
    }
    

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    piotr167 replied

    Barry you're the best:) I turned off Font awesome in Google Map plugin

  •  1,593
    Barry replied

    Great, you're welcome!smile.png

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes