Hello @Randy:
Our theme includes Font Awesome version 6.7.2, which Elementor may not fully support at this time. As a result, you might notice certain icons not displaying correctly when using Elementor widgets.
To resolve this, you can add the following CSS
on you Additional CSS.
Go to Dashboard > Appearance > Customizer > Additional CSS.
.fa-x-twitter:before {
content: "\f099";
}
#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-solid:before,
.fa-brands:before {
font-family: "FontAwesome" !important;
}
.site .widget_catchresponsive_social_icons a.font-awesome {
height: 32px;
width: 32px;
box-sizing: border-box;
align-items: center;
justify-content: center;
}
Hope it works for you
Sincerely,
Minal