The image can be hidden using css in your theme:
.company_logo {
display:none;
}
I have done this but there is a box left in the place there?
Take a look here
How do I remove that box?
LB
You could just create a blank content-single-job_listing-company.php file in your theme folder and it will be removed for good.
Hi Mike, WOW fast response…can you quickly run me through the steps to o this?
Create a blank content-single-job_listing-company.php file on your computer and upload it to wp-content/themes/yourtheme via FTP.
Alternatively, CSS:
.single_job_listing .company {
display:none;
}
That worked a charm! Thats a handy little code.
Hi,
when we remove the company logo from the front end,
image remains in word press Media library, how to make the image to be deleted permanently in media library to.. any code?? or different class??
Please help iam not familiar with coding
Hi @brainxstudio,
Per the Forum’s Welcome, a new thread is best for a new question like this. That said, I don’t have any code snippets or anything like that for auto-deleting items from the media library.