Shopify themes, liquid, logos, and UX
Hi Everyone,
I am attempting to change the color of a product grid on my homepage for the Broadcast theme.
I was told to try adding this to my assets - theme.css
#ProductGridContainer {
background: #fffbb5;
}
This isn't working for me any ideas?
The backgrounds are white for each individual product in the grid and i am attempting to match them to my homepage background color
Solved! Go to the solution
This is an accepted solution.
Hi @Matthew- .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file theme.css
.product-grid.product-item{
background: #fffbb5 !imporant;
}
Hope this answer helps.
Best Regards,
PageFly
@Matthew- can you please share homepage link?
Hi @Matthew-,
Go to Assets > theme.css and paste this at the bottom of the file:
.index-tab-collections {
background: #fffbb5 !important;
}
Hope it helps!
Hello @Matthew-,
First, check if there is any issue with the product image, maybe the product image has a white background.
If not, you can try adding this below-provided code.
.product-grid .product-item{
background: #fffbb5;
}
In case the issue still exists then share your website URL and we will check the issue for you and provide the exact solution.
Regards,
CedCommerce
This is an accepted solution.
Hi @Matthew- .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file theme.css
.product-grid.product-item{
background: #fffbb5 !imporant;
}
Hope this answer helps.
Best Regards,
PageFly
I am having a similar issue. I have not been able to get it to work. Please help.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024