Shopify themes, liquid, logos, and UX
Hi everyone,
I used a multi-column section to write the location information of the Store.
How can I change color of the words (Location and Store hours in #e183b6) It has to remain bold. The section gives me the option to change color of the text but not a specific word.
And you can see the space of the sentences of the location and thoses of the Store Hours are not the same.
How can I adjust the space of the Store Hours sentences so they look the same as the Location sentences?
You can see the image
URL:
https://toroeatstreats.com/pages/location
Solved! Go to the solution
This is an accepted solution.
Hi @abailea077
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.
.multi-column__grid-item-text.ff-body.fs-body-200.rte strong {
color: #e183b6;
}
.multi-column__grid-item-text.ff-body.fs-body-200.rte p {
margin: 0 !important;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @abailea077
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.
.multi-column__grid-item-text.ff-body.fs-body-200.rte strong {
color: #e183b6;
}
.multi-column__grid-item-text.ff-body.fs-body-200.rte p {
margin: 0 !important;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much!
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