We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

need help changing colour of background after turning off filtering and sorting

need help changing colour of background after turning off filtering and sorting

ads18922
Trailblazer
198 0 62

hello, when i turn off my filter and sort options for my featured collection, the background changes colour. How do i change the background colour to match the rest of my store. Here is what it's like before:

Screenshot 2025-06-17 at 21.27.23.png

and then here is what it's like after removing the filter and sort options:

Screenshot 2025-06-17 at 21.27.32.png

as you can see it just adds a random white block

my website is www.antico-abito.com , theme is dawn

Reply 1 (1)

CodingFifty
Shopify Partner
1102 162 191

Hey @ads18922,

 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

aside#main-collection-filters{
    visibility: hidden !important;
    padding: 0px;
    margin-top: -41px !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com