Shopify themes, liquid, logos, and UX
i want to make the title of the products white instead of grey when you are viewing the product. also make the writing for the booking system white too while leaving the dates grey how can i do this?
here is my store URL: https://rentwithc.com/products/dissh-gianna-chocolate-dress
@rentwithc
Paste this code on top of the theme.scss file.
h1.product-single__title {
color: white !important;
}
label {
color: white !important;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024