Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    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

    Plugin Author Mike Jolley

    (@mikejolley)

    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?

    Plugin Author Mike Jolley

    (@mikejolley)

    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

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘remove default company logo’ is closed to new replies.