Shopify themes, liquid, logos, and UX
Could I have a custom css. code so I can apply it to only specific pages
@lukafernada if you click on the root sections
then i thing you will found a css page it will help you css only for this page
also each sections have id, so you can do css with id
also this might require some custom coding. You can contact us for any kind of support through our DM.
Thank you
Hello @lukafernada
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
#Banner-template--20658745770333__image_banner_q96hEq h2.banner__heading.inline-richtext {
font-size:38px !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
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