icons displayed
-
I use Jobs for WordPress plugin 2.5.4 for the vacancies listed at http://www.techiebazaar.com.au/current-vacancies/
1. How can I make it a secured page rather than ‘Not Secure’
2. How can I not display icons for location, valid through, export to pdf ?Please advise.
Thank you.
Mike
-
1) it’s your logo that uses “http://” there:
Loading mixed (insecure) display content “http://www.techiebazaar.com.au/wp-content/uploads/2020/10/TBLogo.png” on a secure page2) Try including this styling to your site:
body .jobs-row-input svg { display: none; }#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.
@techiebazaar
that because you havent added the styling. At least I dont see it on the page at allYou can add it in WP > Customizer > Css
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;
}May I know how can I add styling?
there should be a space between “body” and “.jobs-row-input”
fixed…
thank you very much…
la la laaaa.. larala la la laa !!!!
The topic ‘icons displayed’ is closed to new replies.