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!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024