Shopify themes, liquid, logos, and UX
I have just changed from the Brooklyn theme to the dawn theme. on my Brooklyn theme I used code below in theme.liquid to change the text size and colour of the text under the banner image of my homepage. This does not work in dawn. Can anyone help me do this. Thankyou in advance
#shopify-section-16263578232186f09e .rte.rich-text__text--large {
font-size: 1.5em;
}
.grid-product__title , .site-footer a , .product-single__description {
color:#000 !important
}
Hi @paule3,
Yes, the code will not work, but you can use the code below.
1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code.
3. Open the base.css under the Asset folder.
4. Add the code below.
To change the color of the description text only, use the code below.
.banner__box .banner__text.body {
color: #000;
}
To change the font size of the title only.
.banner__box.content-container .banner__heading {
font-size: 1.5rem;
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025