Hello. On my theme there is a white bar between the image slideshow and featured collection. Is there a code to get rid of it? Thank-you
Solved! Go to the solution
This is an accepted solution.
Hi @ZaDu
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-slideshow {
padding-bottom: 0;
}
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
div#shopify-section-slideshow {
padding-bottom: inherit!important;
}
User | Count |
---|---|
440 | |
179 | |
101 | |
99 | |
98 |