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;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025