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 5:12 pm
#4409
Andy
Keymaster
Instead of changing the color of the icon, you could try setting it to not display by adding the following to ‘Additional CSS’ in the customizer
`svg.svg-inline–fa.fa-not-a-real-icon.fa-w-16 {
display: none;
}