How can I modify the footer of my online store?

Solved

How can I modify the footer of my online store?

blcksoap
Shopify Partner
15 0 6

Dear community,

 

I want to make some adjustments to my store. I’d like to know the following things:

 

  1. How do I adjust border radius of newsletter button?
  2. How do I remove ''Powered by Shopify''?

IMG_2896.jpg

 

Website: https://coffee-chains-test.myshopify.com/?_ab=0&_fd=0&_sc=1

Password: owl

Theme: Motion

Accepted Solutions (2)

AvadaCommerce
Shopify Partner
3879 839 985

This is an accepted solution.

Hi @blcksoap ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

 

.site-footer a.js-no-transition {
    display: none !important;
}

.footer__newsletter-input {
    border-radius: 15px !important;
}

 

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

KetanKumar
Shopify Partner
37144 3648 12059

This is an accepted solution.

@blcksoap 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

span.footer__powered_by { display: none !important;}
.site-footer input {border-radius: 100px;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

AvadaCommerce
Shopify Partner
3879 839 985

This is an accepted solution.

Hi @blcksoap ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

 

.site-footer a.js-no-transition {
    display: none !important;
}

.footer__newsletter-input {
    border-radius: 15px !important;
}

 

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

KetanKumar
Shopify Partner
37144 3648 12059

This is an accepted solution.

@blcksoap 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

span.footer__powered_by { display: none !important;}
.site-footer input {border-radius: 100px;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing