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

    (@mikejolley)

    Just the icon, or the entire company box?

    It can be done with css or code, but depends on what you need removing ??

    Thread Starter mikej855

    (@mikej855)

    Hi

    I’d like to remove/hide the bar with the company name, company icon and link to the web site.

    For my need, these are not needed.

    Regards

    Michael.

    Plugin Author Mike Jolley

    (@mikejolley)

    Create an empty content-single-job_listing-company.php file in your theme and it will be hidden.

    Thread Starter mikej855

    (@mikej855)

    Thanks

    I ended up applying the following css…

    .company {
    display: none;
    visibility: hidden;
    }

    Regards

    Michael.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove company image’ is closed to new replies.