Shopify themes, liquid, logos, and UX
Hi,
I have 3 questions how to format Image with Text on Shopify store. See screenshot below. Store is www.liftchairheaven.com
1. How to increase font size of the text?
2. How to center and change the color of the button to dark gray?
3. How to change the background color on the text side to #EFF3FA?
Hey @Allen6224
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.image-with-text__content.image-with-text__content--adapt {
text-align: -webkit-center !important;
align-items: center !important;
}
.image-with-text__content .image-with-text__text+.button {
background: gray !important;
box-shadow: unset !important;
}
.image-with-text__text.rte p {
font-size: 20px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
That worked for desktop. Can you provide the code that will work on mobile devices as well?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025