Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Shopify isnt letting me upload a link. Please go on my website "astrofinitylights.com", and onto my "add to cart" page...How do I remove all of these white boxes with the text that I do not want? There are three things that I do not want 1) the Select preferred delivery date 2) Discount code box 3) How did you hear about us? Box.
I want them removed!! Please help!! 😞
Solved! Go to the solution
This is an accepted solution.
.dbtfy.dbtfy-delivery_date.card.card-mobile.spacer-top, .CartDiscount.card-body, .card.form-vertical {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
This is an accepted solution.
span.material-icons-outlined, a.text-ellipsis, .qty-container .qty-input.cart__product-qty, span.material-icons-outlined {
color: #000;
}
This is an accepted solution.
p.cart__subtotal.text-money.spacer-bottom-none.text-large.text-ellipsis, p.spacer-bottom-none, span.money, p.cart__policies.text-center.text-small.rte {
color: #000;
}
This is an accepted solution.
That also made the price tag of the product black on this page... I need the PRICE OF THE PRODUCT text white on this page.
https://astrofinitylights.com/products/astronaut-galaxy-projector
(As you see it is blended in if you highlight the whole page)
This is an accepted solution.
body#your-shopping-cart span.money {
color: #000;
}
This is an accepted solution.
span.material-icons-outlined {
color: #fff;
}
This is an accepted solution.
.dbtfy-cart-page-container span.material-icons-outlined {
color: #000;
}
This is an accepted solution.
#az_reviews .box_rating_number {
color: #fff;
}
.reviews_main_title p {
color: #fff !important;
}
#az_reviews .row [class*=all-] {
color: #fff;
}
This is an accepted solution.
Thanks, but now the checkout button isnt working after you add something to cart?
This is an accepted solution.
.dbtfy.dbtfy-delivery_date.card.card-mobile.spacer-top, .CartDiscount.card-body, .card.form-vertical {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
THANK YOU! On this same page I have another small problem. I want the text color of everything on this page with a WHITE background to have BLACK text. I cannot see any of the words on the page- could you help out ??
This is an accepted solution.
span.material-icons-outlined, a.text-ellipsis, .qty-container .qty-input.cart__product-qty, span.material-icons-outlined {
color: #000;
}
That helped. Do you see under the "Check out" button there is 1 sentence of text?? It is in white, you need to highlight it to see it. Could you make that black too? Thanks in advance
This is an accepted solution.
p.cart__subtotal.text-money.spacer-bottom-none.text-large.text-ellipsis, p.spacer-bottom-none, span.money, p.cart__policies.text-center.text-small.rte {
color: #000;
}
This is an accepted solution.
That also made the price tag of the product black on this page... I need the PRICE OF THE PRODUCT text white on this page.
https://astrofinitylights.com/products/astronaut-galaxy-projector
(As you see it is blended in if you highlight the whole page)
.box span.money {
color: #fff;
}
span.header_reviews_number.reviews_rating_title {
color: #fff !important;
}
I want the text of the price to be white on the product page (on Astrofinity Lights & Home page) but I want the text for the price black at checkout. It blends in, look at it
This is an accepted solution.
body#your-shopping-cart span.money {
color: #000;
}
This will apply on checkout page.
Worked perfect. However, now the top right corner, the three icons are black. The search icon, the world, and the cart button are black. Highlight the top right corner.
This is an accepted solution.
span.material-icons-outlined {
color: #fff;
}
Now at checkout, and at the product page, the + and - icons are not showing up black. Lol
To choose order quantity the plus and minus are white with the background
This is an accepted solution.
.dbtfy-cart-page-container span.material-icons-outlined {
color: #000;
}
#ProductMeta-template--15875151626453__main span.material-icons-outlined {
color: #000;
}
On the product page the text of the reviews is also still black. Scroll down to "customer reviews- and in the middle all of the numbers (for the stars are black) and I would like them white
https://astrofinitylights.com/products/astronaut-galaxy-projector
This is an accepted solution.
#az_reviews .box_rating_number {
color: #fff;
}
.reviews_main_title p {
color: #fff !important;
}
#az_reviews .row [class*=all-] {
color: #fff;
}
This is an accepted solution.
Thanks, but now the checkout button isnt working after you add something to cart?
You have removed the codes?
Hey,
you changed only colors, it will not affect on functionality.
didnt delete any of the codes, not sure why its doing that. maybe it wasnt from you may be a bug.
But no clue bc it isnt workign and it was before
Comment all the codes you have added and check the checkout button.
}
body:not(.dbtfy-newsletter_popup-destroy) .np-floating-bar-wrapper.np-position-right {
right: 0;
display: none !important;
}
.btn.hero__btn {
background-color: #FFFFFF;
}
.btn { border: 1px solid #ffffff !important; background-color: #ffffff !important; border-color: #000000 !important; color: #000000 !important; }
#shopify-section-footer form button{
background: #ffffff !important;
color: #000000 !important;
}
#shopify-section-footer form input{
border-color: #000000;
background: #ffffff !important;
color: #ffffff !important;
}
#shopify-section-footer form input::placeholder{
color: #000000 !important;
}
.placeholder-noblocks {
display: none;
}
.form-vertical input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #000 !important;
}
.form-vertical input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000 !important;
}
.form-vertical input::-ms-input-placeholder { /* Microsoft Edge */
color: #000 !important;
}
#shopify-section-footer form input {
color: #000 !important;
}
input::placeholder, textarea::placeholder {
color: #000000;
opacity: 1;
}
.cart-note__input, .cart__qty-input{color: #000;}
input#Quantity-product-7660523225301 {
color: #000;
}
#mainContent input[type="button"] {
color: #000!important;
}
.dbtfy.dbtfy-delivery_date.card.card-mobile.spacer-top, .CartDiscount.card-body, .card.form-vertical {
display: none;
}
span.material-icons-outlined, a.text-ellipsis, .qty-container .qty-input.cart__product-qty, span.material-icons-outlined {
color: #000;
}
p.cart__subtotal.text-money.spacer-bottom-none.text-large.text-ellipsis, p.spacer-bottom-none, span.money, p.cart__policies.text-center.text-small.rte {
color: #000;
}
.box span.money {
color: #fff;
}
span.header_reviews_number.reviews_rating_title {
color: #fff !important;
}
body#your-shopping-cart span.money {
color: #000;
}
span.material-icons-outlined {
color: #fff;
}
.dbtfy-cart-page-container span.material-icons-outlined {
color: #000;
}
#ProductMeta-template--15875151626453__main span.material-icons-outlined {
color: #000;
}
#az_reviews .box_rating_number {
color: #fff;
}
.reviews_main_title p {
color: #fff !important;
}
#az_reviews .row [class*=all-] {
color: #fff;
}
.action_button.bold-checkout {
pointer-events: auto !important;
}
I mean remove all the codes I have shared and check the button. it will work or not. then enter again all the codes
But, that also made the price tag of the product black on this page... I need the PRICE OF THE PRODUCT text white on this page.
https://astrofinitylights.com/products/astronaut-galaxy-projector
(As you see it is blended in if you highlight the whole page)
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