Home › Forums › Trusted Pro › Remove/Hide $page_title_icon from all pages › Reply To: Remove/Hide $page_title_icon from all pages
April 9, 2018 at 4:57 pm
#4403
FJM
Participant
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