Delete by CSS an image

Hi!

I use the plugin WP JOB MANAGER. I would like to remove the ‘company logo’ (the left element of the line) of my job list. Which code I would add to CSS panel?

Thank you so much.

Hi Jorge,

I tried to check the site that is linked to your license but I cannot find the page where the job listings are.

Can you please provide us with the URL directly to the job listing page on your site so that we can check and provide you with the suggestions?

Thank you.

Hi @jade!

Of course! The URL is https://www.talentchef.com/ofertas-de-fb/.

Thank so much!!!

Hello Jorge,

Please note that this is something to be addressed with the WP Job Manager plugin developer, however, please try this code in X > Theme Options > CSS:

ul.job_listings li.job_listing a img.company_logo {
    display: none !important;
}

ul.job_listings li.job_listing a div.position {
    padding-left: 0 !important;
}

Hope this helps.

Thank you very much @jade!

This worked in X > Theme Options > CSS.

Kind regards.

You’re welcome, Jorge.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.