Shopify themes, liquid, logos, and UX
Hi,
I am currently setting up my online store with the free Debut Theme. I have featured collections (e.g. New Arrivals) on my home page. However the headings (New Arrivals etc) are displaying in CAPS. Is there a way to make these lower case?
Jess
Please share your store URL.
hello @BohoBungalow
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
hello @BohoBungalow
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-collection .section-header h2{
text-transform: lowercase;
}
This has worked thankyou! Will this work for all featured collections now?
Would it be possible to make the first letter of each word capitalised?
Also is it possible to increase the size of this font?
hello @BohoBungalow
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-collection .section-header h2 {
text-transform: capitalize !important;
font-size: 35px;
}
Thats great thankyou very much.
How can i make these changes apply to all of my featured collections?
#shopify-section-162477400464286a1d .section-header h2{
text-transform: capitalize;
font-size: 35px;
}
I apologise for so many questions.
Could you please tell me how to do the same to "YOU MAKE ALSO LIKE" at the bottom of the product pages?
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-product-recommendations .section-header h2{
text-transform: capitalize;
font-size: 35px;
}
Hi there, could you please help us to adjust the code to have sub-headers also lower case? www.ayratec.ch
Thanks a lot
oh sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
.banner__subheading {text-transform: lowercase !important;}
sorry for that issue can you please try this code your css bottom of the file
theme.scss or theme.css
#shopify-section-featured-collections .h2, #shopify-section-featured-collections h2 {text-transform: lowercase;}
Hey, @BohoBungalow!
This is Moira from the Social Care team at Shopify. It’s great to hear you are wanting to optimize your homepage! I understand you are wanting to make the font on your featured collections lowercase. I can certainly help you with this today.
Custom CSS is required to make this adjustment on your collection list. Coding is definitely an area that can be quite complicated if you have not had any previous experience but we are here to ensure you receive the right support and put you in touch with those who can help! Shopify has paid experts who will complete custom coding and in-depth customizations for your store for an agreed fee between you both, they are fantastic at helping you achieve what you're after. Click here to find out more about hiring a Shopify Expert.
If you feel comfortable editing your theme code please follow along with the steps below:
1) Head to Online Store > Theme > More Actions > Edit code
2) Assets > theme.css.liquid > paste the code below in the bottom of the file
#shopify-section-collection .section-header h2{
text-transform: lowercase;
}
Shopify collections are one of the most effective ways to make your e-commerce store a more user-friendly place for shoppers to hang out (and buy). Here is a fantastic article that walks you through best practices for optimizing your collections.
As you continue to develop and edit your store, I highly suggest taking advantage of the Shopify Developers website. This is a place where our developers post hundreds of step-by-step coding tutorials which is a great way to familiarise yourself with all the different customization possibilities within your theme!
If you have any questions please feel free to thread those below.
Cheers!
Moira | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024