Hi Andy,
Thank you so much! This is the right way:
svg.svg-inline–fa.fa-not-a-real-icon.fa-w-16 {
display: none;
}
Hi,
I made the title icons invisible on all pages:
customizer > theme options > page title icon > none
It worked perfectly. The icons have disappeared on all pages. On the contact page, however, I suddenly see this icon (since today)
<svg class="svg-inline–fa fa-not-a-real-icon fa-w-16″ aria-hidden="true" data-prefix="fa" data-icon="not-a-real-icon" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512″ data-fa-i2svg="">
By making the icon transparent, it is invisible.
svg.svg-inline--fa.fa-not-a-real-icon.fa-w-16 {
color: #ffffff00;
}
But this is not the right method.
I like to hear how I can solve this in the right way