Hi,
Can you advise how do i remove the arrow under the collections section?
Is under https://joyintots.myshopify.com/admin/collections.
I am currently testing under “Supply” theme
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
@media screen and (min-width: 769px){
.collection-list-section .section-header--right { display: none !important;}
}
Thanks!
Great! my issue has been resolved. much thanks for your prompt assistance!