Theme is Bullet
Store link: https://b7becc-58.myshopify.com/
Trying to remove the Featured Collection name/title above the carousel’s and remove the directional arrows.
I tried this
"Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file app.css
Step 3: Paste the below code at bottom of the file → Save
.loadmore { display: none !important; }"
I also tried this
"You can remove it by adding this code in Online Store > Themes > Edit code, open theme.liquid file, add this code below after
<style>
.products .loadmore { display: none !important; }
</style>
But neither of these worked unfortunately!
Any other suggestions?