Hello
how to change the font weight and allignment in text box in footer as same as the links menu
also the policies and address header is not alligned
Hello
how to change the font weight and allignment in text box in footer as same as the links menu
also the policies and address header is not alligned
hey @amorfuz1 share your store URL
Hello @amorfuz1
Thank you for submitting your query to the Shopify community. Iād be happy to assist you. Could you please provide the store URL and password (if itās password-protected) so I can review and get back to you with an update?
Hi @amorfuz1
Try this one.
@media only screen and (min-width: 749px){
.footer-block__details-content.rte {
text-align: center !important;
}
.footer-block__details-content>li:not(:last-child) {
margin-right: 0 !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @amorfuz1
To complete your requests, please follow these steps:
.footer-block.grid__item.footer-block--menu ul li a {
font-size: 18px !important;
color: white !important;
}
.footer-block.grid__item ul li {
margin: 0 !important;
}
.footer-block.grid__item > .footer-block__details-content p {
text-align: center !important;
font-size: 18px !important;
color: white !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Welcome! Would you mind hitting ālikeā as well? Thanks!