@Tansenn:
It looks like your site is using Elementor, which is likely causing the issue. Our theme includes Font Awesome version 6.7.2, and this version may not be fully compatible with Elementor at the moment. As a result, some icons may not display correctly on your site.
To resolve this, you can try adding the following CSS:
.social-navigation a:before,
#feature-slider .cycle-prev::before,
#feature-slider .cycle-next::before,
#logo-section .cycle-prev::before,
#logo-section .cycle-next::before,
#to_top_scrollup,
#scrollup,
.posted-on a::before,
.byline a::before,
.cat-links span+a::before,
.tags-links span+a::before,
.comments-link a::before,
.edit-link a::before,
.fa-collapse:before,
.fa-solid:before,
.fa-brands:before,
#promotion-section .button.play-button:before,
.pagination .prev span:before,
.pagination .next span:after,
.gallery-item .gallery-icon a:after,
.tiled-gallery .tiled-gallery-item a:after,
.comment-meta .comment-permalink:before,
.site-header-cart .cart-contents:before,
.mejs-button button:before,
.audioman-mejs-container.mejs-container .mejs-button button:before,
.nav-next .nav-subtitle:after,
.nav-previous .nav-subtitle:before,
.cat-links span + a:before,
.tags-links span + a:before,
.wp-custom-header-video-button:before,
.search-toggle:before, .menu-toggle:before,
.menu-toggle-close:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after, .search-submit:before,
#feature-slider-section .cycle-prev:before,
#feature-slider-section .cycle-next:before,
#testimonial-content-section .cycle-prev:before,
#testimonial-content-section .cycle-next:before,
.entry-breadcrumbs a:after,
.comment-reply-title small a:before, #scrollup:before {
font-family: "FontAwesome" !important;
font-weight: 900;
}
.social-icons .font-awesome {
display: inline-block;}
Go to Dashboard → Appearance → Customize → Additional CSS.
Paste the provided CSS code into the Additional CSS field, and the issue will be resolved.
Regards,
Sujapati