How to have no competitors on comparison table

Hello,

I am wondering if anyone could help me remove the “competitor” tab on my comparison table. This is for the shrine pro theme.

For example I would like to remove the column with the 3 xs. I would like this to apply to all comparison tables. I went into code and set the assigned competitors to 0 but that did not work. Any help is greatly appreciated!

website: https://qz26pn-cv.myshopify.com/ password: bagono

Hi @GoombaGrows,

Please add section or send me page link that shows this, I will check and guide you

of course, you can find it here link: GoombaGrows

Hi @GoombaGrows,

Please go to Customize > Theme settings > Custom CSS and add code:

.comparison-table tbody tr td:last-child {
    display: none !important;
}

If I helped you, then a Like would be truly appreciated.

Best,
NamPhan

Worked perfectly! Thank you :slight_smile:

Hi @GoombaGrows,

It’s my pleasure :blush: