Need help with cart issue on Icon theme?

Hi!

Looking to fix this issue in my cart. For some reason, on the live site, this “or” shows up on the bottom of the relative cart. I believe there are supposed to be other payment options underneath this (shoppay, etc.) I would like to take all of this out completely so that the cart looks correct. Could anyone please help me with a fix for this?

Store: shopkihk.com

Theme: Icon

Thanks in advance!!

It does this on the check out page too, for more context. Shows up for about 2 seconds then disappears!

Hello @abbyp

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css

.sm-caps.or-divider { display: none; }

@SmallTask you’re a life saver, this worked. thank you so much!