dear community,
I would like to add the icons of payment I enable on my website, in the footer, under the “powered by”. I am actually not able to make it on my theme; prestige.
Can anyone help me please?
dear community,
I would like to add the icons of payment I enable on my website, in the footer, under the “powered by”. I am actually not able to make it on my theme; prestige.
Can anyone help me please?
I don’t have direct access to websites or the ability to make changes to them. I can provide you with some general guidance on how to achieve this.
Find the payment icons: Look for the payment icons you want to display on your website. You can typically find these icons from the payment service providers you use or from various icon repositories online. Ensure that you have the necessary permissions to use these icons.
Upload the icons: Once you have the payment icons, you need to upload them to your website’s server. You can do this by accessing your website’s files via FTP or using the file manager in your hosting control panel. Upload the icons to a directory on your server, such as “/images/payment-icons”.
Modify your theme: Depending on your website’s platform and theme, the process may vary. Since you mentioned using the Prestige theme, you might need to access the theme’s settings or modify the theme files directly.
Theme settings: Check if your theme has an option to add custom content or code to the footer. Look for any settings related to adding additional HTML or custom scripts. If such an option exists, you can paste the HTML code for the payment icons into the footer section.
Theme files: If there are no specific settings, you may need to edit the theme files manually. Locate the footer file in your theme’s file structure. This file is often named “footer.liquid” or similar and can be found in the theme’s template directory. Open the file for editing and find the appropriate place to insert the HTML code for the payment icons. Save the changes.
Test and publish: After making the changes, preview your website to ensure that the payment icons are displaying correctly in the footer. If everything looks good, publish the changes to make them live on your website.
If you’re not comfortable making these modifications yourself, I recommend reaching out to a web developer or the support team for your website platform. They should be able to assist you with the specific steps needed for your website and theme.
Hi,
Hope this will help
At Shopify admin dashboard>Online Store>Themes>Actions>Edit Code>locate the file named “footer.liquid” or “footer-template.liquid” (the exact file name may vary depending on your theme)
Inside the footer file, find the section where you want to add the checkbox payment icons. Typically, this section is identified by
Add the following code snippet inside the desired section:
Replace the “payment-icon1.png” and “payment-icon2.png” with your images and alt tag
Save>Preview if all ok then publish
Before changing anything please take backup
Hello!
Thanks a lot for your help!
It is partially working. I simplify it a little bit as I put all icons in 1 image and the checkbox where appearing in front of the image and not in the back end option. I ended with this;
But even if my file is properly named, it is not appearing correctly… (see print screen below) Maybe te position and/or size of the image is missing? should add a code somewhere else? something else?
Thanks for your help!
Aurelie