hello, i would like to change the size of my text in the footer as it is too big.
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
and this is my password: chasha
A user seeks help reducing oversized footer text on their Shopify store using the Dawn theme.
Solution Provided:
.footer__block-details.content and .footer__block-details.content a: font-size 12px.footer__block-heading.inline-richtext: font-size 15pxStatus: The solution includes a screenshot showing the expected result. The user has not yet confirmed whether the fix resolved their issue.
hello, i would like to change the size of my text in the footer as it is too big.
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
and this is my password: chasha
Hi @ads18922
Try this one.
@media only screen and (max-width: 749px){
.footer-block__details-content a, .footer-block__details-content.rte {
font-size: 12px;
}
.footer-block__heading.inline-richtext {
font-size: 15px;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!