I cannot figure out how to remove “most popular” from Buy Button block.
if I disable one of the features such as dynamic buy button in the settings “most popular” will disappear but after saving it will reappear. I can’t understand why it exists. Can anyone advise?
https://www.portlanddistro.com/products/archspire-lucid-collective-hoodie-sweatshirt
Hi @Defnasty
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.cb_bundles.cb_bundles_rendered {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
I couldn’t find base.css but i pasted this in my custom css area and it works.
Thank you!