Hi,> > I want to align the container headings from left to centre. And also I want to remove the arrow icons from the categories buttons. Kindly help me out.
Thanks.
Hi,> > I want to align the container headings from left to centre. And also I want to remove the arrow icons from the categories buttons. Kindly help me out.
Thanks.
Hi @Doublee02 ,
Could you share your store URL?
Hello @Doublee02 ,
Please share your store URL.
Hi @Doublee02
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file section-collection-list.css
Step 3: Paste the below code at bottom of the file → Save
.collection-list-title{
margin-left:auto !important;
margin-right:auto !important;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly