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;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025