remove spacing

Your welcome @manan123 :grin:

1 Like

Hii, i had encountered an bug when i go to product pages & other pages it showed liked that when i click on search icon

Hii, i had encountered an bug when i go to product pages & other pages it showed liked that when i click on search icon

1 Like

you want to change the background color of search bar on home page only?

Hi @manan123 , Pls replace my old code before to this new code:

{% if template.name == 'index' %}

{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

No, i want to change it for all pages

its not working

Replace this code:

.search-modal.modal__content.gradient {
background: #fff !important;
}
input#Search-In-Modal, div#predictive-search-option-search-keywords {
background: #fff !important;
}

.predictive-search {
background: #fff !important;
}

With this code:

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid
    {% if template.name == ‘index’ %}

.search-modal.modal__content.gradient { background: #fff !important; } input#Search-In-Modal, div#predictive-search-option-search-keywords { background: #fff !important; } .predictive-search { background: #fff !important; }

{% endif %}

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

thanks again man !!??

1 Like

hii, please help me there’s something wrong with my image with text slider.Please help me with code

hii, please help me there’s something wrong with my image with text slider.Please help me with code

1 Like

@manan123 , Can you kindly share the details of your problem with me?

Slider not working properly , earlier it used to appear only three images at front & it slides when click on arrows, but now arrows are not working properly.

Hii, i’m using dawn theme & there’s a little thing under featured collection shared ss below , please check.

My website link : https://mansaroverfurnishings.com/

Hello @manan123

Add this code

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

button.swym-button { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.