Okay
  Public Ticket #3593835
Trustpilot Icon
Closed

Comments

  • dijitalref started the conversation

    Hi there,

    Off canvas menu, mobile hamburger menu where the Trustpilot icon appears as a square.

    There is no problem with the icon in the normal Header section, but there is a problem in the places I mentioned. Can you check it?

    Thank you

    Attached files:  Ekran Resmi 2024-02-27 14.30.34.png

  •  8,425
    Tahir replied

    Hey Again,

    The Elementor plugin is adding its own FontAwesome Icon set which is causing the issue.

     To fix it add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #slide-out-widget-area .off-canvas-social-links li i.fa-tripadvisor {
        font-family: icomoon !important;
    }
    #slide-out-widget-area .off-canvas-social-links li i.fa-tripadvisor:before {
        content: "\e916";
    }

    Thanks


    ThemeNectar Support Team