[Resolved] Icon missing

Home Forums Support [Resolved] Icon missing

Home Forums Support Icon missing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2326863
    Matthias

    Hi Team,

    I have a strange issue with an icon beside the search icon.
    Website is https://lanaprinzip.com
    You can see it in the navigation bar.
    and here is a screenshot/inspection: https://ibb.co/2vGTQs9

    Thank you,
    Matt

    #2326865
    Fernando
    Customer Support

    Hi Matthias,

    Can you try temporarily disabling your caching mechanism? Let’s us know once you’ve done so, an we’ll recheck from our end.

    #2326929
    Matthias

    Hi Fernando,

    thank you for your help. WP Rocket is disabled now.
    Best,
    Matt

    #2327071
    David
    Staff
    Customer Support

    Hi there,

    the digimember plugin is adding styles including those for the icon-search class which GP also uses.

    Add this CSS to fix the issue:

    .gp-icon.icon-search::before {
        display: none;
    }
    #2327072
    Matthias

    Thank you David,

    excellent, this did the trick!

    Best,
    Matt

    #2327110
    David
    Staff
    Customer Support

    Glad to hear that

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