How to remove the checkbox car compare from the car listing page?

How to remove the checkbox car compare from the car listing page?
I tried to do it even from the php files but I can not find the option

HI,

You can contact with your purchase item author hope they will help you in this issue

Thanks!

Can you give the url to view the checkbox? You can hide using jquery or CSS. Use the Developer Tool of the browser can help!

For now it is hosted in www.camionesenrancagua.cl

And yes, I already made some small changes in the CSS but that, specifically, I have not found where to do it.

Thank you

First, you need to have some Global Theme Customizer CSS code plugin installed ok! and then put this code:

  • .detailed > .compare > label:nth-child(2),
    input[id^=for_compare_]
    { display: none !important; }

Hi @tolita

Please check your theme cardealer theme options from wp-admin => Dashboard.
Hope you will get a settings to display Compare option or not in the theme options settings.

Thanks