Shopify themes, liquid, logos, and UX
Quick question, how can we change this theme's breadcrumbs function to be ALL CAPS ?
i.e. - HOME / COLLECTIONS / * / *
Example on how it currently looks like:
Thanks!
Solved! Go to the solution
This is an accepted solution.
.breadcrumb {
text-transform: uppercase !important;
}
Add this code in theme.scss or theme.css
Here's a preview link to the store:
https://28x38yzbem51frl6-50647859379.shopifypreview.com/
Hii, @lion_no
Paste this code on top of the theme.scss file.
em span {
text-transform: lowercase !important;
}
Thank You.
Hii @Zworthkey !
That unfortunately didn't work,
as seen here:
(Viewing from a direct preview, after adding code)
@lion_no
Paste this code on top of the theme.scss file.
nav.breadcrumb a, span {
text-transform: lowercase !important;
}
Thank You.
This is an accepted solution.
.breadcrumb {
text-transform: uppercase !important;
}
Add this code in theme.scss or theme.css
Thanks a lot, once again!
That solved it just like I had imagined 😄
User | RANK |
---|---|
183 | |
151 | |
80 | |
75 | |
63 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023