Home Forums Trusted Pro Remove/Hide $page_title_icon from all pages Reply To: Remove/Hide $page_title_icon from all pages

#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

  • This reply was modified 6 years, 8 months ago by Andy.
  • This reply was modified 6 years, 8 months ago by Andy. Reason: added code tags around code text