Hi!
I can’t seem to be able to center the copyright footer text. I would also like to get rid of the first ‘•’ in front of privacy policy, does anybody know how to do this?
TIA!
Website: https://curlyby-n.myshopify.com/
Hi!
I can’t seem to be able to center the copyright footer text. I would also like to get rid of the first ‘•’ in front of privacy policy, does anybody know how to do this?
TIA!
Website: https://curlyby-n.myshopify.com/
Hi @visualess
Password protected.
sorry
password: visualess
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
text-align: center !important;
}
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
}
.policies li:before {
content: '';
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks so much!! It centered it perfectly, but mine is still showing the bullet spacer before privacy policy. Do I have to change something in the footer liquid?
Nope, you dont need to some code that I provide didnt work. Reaplce on this one.
@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
text-align: center !important;
}
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
}
.policies li:before {
content: '' !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Worked perfectly thank you!
Hi @visualess ,
If you have any questions, you can contact me directly.
Nice to meet you ![]()