It really shouldn't be this difficult and I'm shocked I am one of the only few asking this question.
Using Debutify 2.0.2; currently I see I am forced to recode our entire site and so I am looking for a solution to re-code every single letter of the website, from the password page, to the home/product pages/catalog/collections/about/TOS/policy page/checkout/order confirmation/all customer emails & communications & all pages to all be in a specific font.
Oh by the way, the font needs to be in all caps at all times.
Please use Travis Scott's website as an example. Though he has no products currently posted, his entire site from start to finish uses the same, consistent font, always in all caps, and has designed so in a seamless way where you can't even tell that he uses Shopify. http://shop.travisscott.com
My site is http://designedbysoon.com. Please simply follow up with me for the password.
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
sorry but your both are store is password protect can you please share us
Password is (redacted due to delayed response)
Currently using Fontify to slightly rectify this issue.
I need the cart/checkout/order conf/customer emails to also all be in the special font too.
Thanks
checkout page and order email not possible other to also work
This should get you started:
<style>
body {
text-transform: uppercase;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
text-transform: uppercase;
}
</style>
I'd put it before the </body> tag and then test to make sure you've captured everything.
User | Count |
---|---|
424 | |
209 | |
144 | |
56 | |
42 |