Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I make a round newsletter search bar for the Warehouse theme?

How can I make a round newsletter search bar for the Warehouse theme?

moman_mir
Visitor
3 0 0

i want to make newsletter search bar round for warehouse theme please help 

Replies 8 (8)

oscprofessional
Shopify Partner
16116 2410 3126

@moman_mir 

Do you have any references?

share your store URL? 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
oscprofessional
Shopify Partner
16116 2410 3126

@moman_mir 

button.form__submit.button.button--primary {
    border-radius: 27px;
}
input#newsletter\[template--14851594092595__newsletter\]\[contact\]\[email\] {
    border-radius: 28px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

GemPages
Shopify Partner
5625 1262 1254

Hello @moman_mir ,

 


It's the GemPages Support Team and we are glad to assist you today!

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1676355510439.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.footer__newsletter-wrapper .form__input-wrapper--labelled .form__field {
 border-radius: 10px !important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
moman_mir
Visitor
3 0 0

It worked in desktop verision but i want to make it work in mobile verision too and i cant understand how to do it

i want to make all buttons round in mobile site

PageFly-Victor
Shopify Partner
7865 1786 3118

Can you share the url so I can check it out?

infoatcodelab7
Shopify Partner
593 141 155

@moman_mir 

 

can you please provide screenshot

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

PageFly-Victor
Shopify Partner
7865 1786 3118

Hi @moman_mir 

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code  and add this code on file theme.liquid before tag </body>

 

PageFlyVictor_0-1676360907435.png

 

<style>

button.search-bar__submit {

    border-radius: 0px 20px 20px 0px;

}

.search-bar__top {

    border-radius: 20px;

}

</style>

 

Hope this answer helps.

Best regards,

Victor | PageFly

moman_mir
Visitor
3 0 0

these are not working i have warehouse theme