Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Remove/Hide $page_title_icon from all pages #4410
    FJM
    Participant

    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;
    }

     

    in 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 ago by Andy.
    • This reply was modified 6 years ago by Andy. Reason: added code tags around code text
Viewing 2 posts - 1 through 2 (of 2 total)