Shopify themes, liquid, logos, and UX
Social Media icons centered or place change and also colour of the footer is not completely black( payment methods)
Solved! Go to the solution
This is an accepted solution.
Hello @Nick_Chatz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.list-social {
justify-content: center !important;
}
.footer__content-bottom {
background: #000 !important;
}
</style>
This is an accepted solution.
Hey @Nick_Chatz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer__copyright.caption {
color: #808080 !important;
}
.footer__content-bottom-wrapper {
justify-content: center !important;
}
</style>
my solution worked then like and accept solution.
Thanks
This is an accepted solution.
There is no privacy and policy
Hello @Nick_Chatz
can you please share store URL?
This is an accepted solution.
Hello @Nick_Chatz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.list-social {
justify-content: center !important;
}
.footer__content-bottom {
background: #000 !important;
}
</style>
thanks a lot that worked one more thing, what about the links under the payment methods they are grey and not easy to see as also the Hell-Tote official store
and also centered if it is possible
This is an accepted solution.
Hey @Nick_Chatz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer__copyright.caption {
color: #808080 !important;
}
.footer__content-bottom-wrapper {
justify-content: center !important;
}
</style>
my solution worked then like and accept solution.
Thanks
hey again, one more thing please, you are very helpfull thanks a lot, how can delete the refund and privacy and all things except the 2023 hell tote official store.
thanks again
This is an accepted solution.
There is no privacy and policy
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024