Hi,
I am trying to change the background colour of one product lister page in the stiletto theme.
Any advice is appreciated thank you
Hi,
I am trying to change the background colour of one product lister page in the stiletto theme.
Any advice is appreciated thank you
Hi @CWDSD
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thank you for the informatin. Do you mean like this?
If it is try this one.
section.section.section--includes-product-items.section--full-width.collection.collection--columns-4.collection--pagination-paginated.collection--has-filter-bar {
background: burlywood;
}
Thank you! Just a couple questions
How do I apply a specific hex code?
I don’t want to include number of results in the colour scheme how do i remove that?
Every time I update the theme do i have to replace this code at the bottom of the theme.css?
Thanks!
Try this one same instruction.
.collection__main-area {
background: #4444;
}
Just replace the color or hexcode the color you like to use.
This code is without the result.
If you like to change other color again you need to change the color of this code. You can also save it in this area.
In the custom css in the section so it would be easy for you to find it.
Thank you so much for your help
Welcome. ![]()