Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @techiebazaar

    1) it’s your logo that uses “https://” there:
    Loading mixed (insecure) display content “https://www.techiebazaar.com.au/wp-content/uploads/2020/10/TBLogo.png” on a secure page

    2) Try including this styling to your site:

    body .jobs-row-input svg {
        display: none;
    }
    Thread Starter Mike

    (@techiebazaar)

    #2 is not resolved yet.
    I included this styling to the site:

    body .jobs-row-input svg {
    display: none;
    }

    However the Jobs at https://www.techiebazaar.com.au/current-vacancies/ page still displays icons.

    Appreciate if you could please advise further.

    Plugin Author BlueGlass

    (@blueglassinteractive)

    @techiebazaar
    that because you havent added the styling. At least I dont see it on the page at all

    You can add it in WP > Customizer > Css

    Thread Starter Mike

    (@techiebazaar)

    WP > Customize> Additional CSS reads like following:
    ————————————————–
    .powered-by-wordpress { display: none; }
    .post-meta { display: none; }
    .entry-category-inner { display: none; }

    h1.entry-title, h2.entry-title {
    font-size: 5rem;
    }
    .entry-content {
    font-family: sans-serif !important;
    }
    body.custom-background.jobs-template-default{
    background-image: none !important;
    }
    body.jobs-row-input svg {
    display: none;
    }

    Thread Starter Mike

    (@techiebazaar)

    May I know how can I add styling?

    Plugin Author BlueGlass

    (@blueglassinteractive)

    @techiebazaar

    there should be a space between “body” and “.jobs-row-input”

    Thread Starter Mike

    (@techiebazaar)

    fixed…
    thank you very much…
    la la laaaa.. larala la la laa !!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘icons displayed’ is closed to new replies.