Shopify themes, liquid, logos, and UX
I'm trying to change my product titles for my collections across the site to be all caps, as well as some other style things that I'm trying to incorporate. So I started on the collections page and I tried adding this code to my theme.css sile, and I don't know where I went wrong:
I'm working with the Lorenza theme, this is my site:
Store: https://66cdcb-86.myshopify.com/
Password: chohme
Try this this instead your
body .type-body-regular{
letter-spacing:1px;
text-transform: uppercase !important;
color:#656262;
}
HI @jasminsharp97 ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin -> Online store -> Theme > Edit code:
Step 2: Search for the file theme.css. And add this code snippet to the end of the file.
h2.type-body-regular.mt3.mb0 {
letter-spacing: 1px !important;
text-transform: uppercase !important;
color: #656262 !important;
}
Step 3: Save and reload page.
=>> The result:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day, my friend!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
hello @jasminsharp97
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css...>
add the code end of the file
h2.type-body-regular.mt3.mb0 {
text-transform: uppercase;
letter-spacing:1px;
}
h2.list-collections--columns__title.type-body-regular.mt3.mb0 {
text-transform: uppercase;
}
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024