No content to show
User Activity
Hi can anyone point me to where i can find the code that allow me to format the product tiles when displaying a collection, as shown in the screen shot.Is that in a css file, liquid or json file ?I would like to make some adjustments to the corner ra...
Thank you for the reply. I have managed to resolve the issue, and to help everyone here who has the same issue, what I did was you have to give the shopify POS app permission to use NFC in your phone. Once thats done, you can go to the POS app >setti...
Hi I am using POS Lite, can anyone advise how i can activate tap to pay for iphone or android. Can't seem to find the option to activate tap to pay on the admin page. Thank you.
Hi everyone, if new email is entered in newsletter's list, it will display "Thanks for subscribing".But if email is already in newsletter's list, how do i display "You are already subscribed" ? I know some basic liquid code, and i am thinking it may ...
12-18-2024
Thank you for sharing the previous community thread, I have looked at it, and the solutions was more for the legacy customer accounts. And they don't really apply for the new customer accounts.For the new customer accounts, I was not able to find the...
12-17-2024
Hi can anyone advise which file in the code do I go to if I want to modify the words highlghted in red in the login screen ? Thank you in advance.
Oh yes, thank you, I found it. So "Edit Default Theme Content" is where we can change the text for the default labels. Btw there is a "Privacy policy" link below the button. Where in the code can I change this ? eg I want to remove it, link it toa pa...
Hi am using the dawn theme, as shown in the pic below, the checkout button text is "Pay now".Which file do I go to in the code if I want to change the text from "Pay Now" to say "Complete Order"?Thank you.
So I already click on "edit code", my question is which file do i look for so I can edit the code for this page ?
Hi i would like to customise my checkout page by adding sections, and so I can add text/images etc.But it says customizing is not available as shown in the image below. Is there any way i can write code to change this and how to do it ? Thank you.
Hi I would like to write some custom css in a seperate file, as I do not want to write it directly into the base.css file. Could anyone advise what code should I write in the base.css file, so that it will read from the .css file I created ? Thank yo...
Hi thank you for the reply and tips. I have tried and I found the below to work. By removing all the underline at various places,the menu will look like it has no memory on where it was clicked. .mega-menu__link--level-2 {text-decoration: none;}.head...
Hi for shopify in-built mega menu, I noticed that it does remember which item inside the mega menuwas last clicked. As a result, there is an underline on the last item that was clicked. I managed to removed the underline on the last item by using CSS...
Ah yes, by moving logo position, this also moves the menu bar down. Thank you.
Thank you Shubham, it works well !