Code to move the button to under the h2 rather than the collection and also removing the numbers between the nav left and right. thank you see below for photos.
Hello @kickduo ,
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hi @kickduo
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
thank you very much.
kickduo.com password pdog
thank you very much. I appreciate any help
kickduo.com password pdog
Hi @kickduo
Please follow these steps:
-
Step 1: At Shopify Admin, Select Online Store → Theme → Edit Code
-
Step 2: Find and open the file featured-collection.liquid, press Ctrl + F, and paste this line into the search bar => Click Next
slider-counter caption
- Step 3: In the line you just found, delete the code that we circled in red.
- Step 4: Find and open the file base.css, add this code at the end of the file:
.slider-mobile-gutter.slider-component-full-width.slider-component-desktop {
display: flex;
flex-direction: column-reverse;
}
- Here is the result:
We hope that it will work for you.