Social Media icons centered or place change and also colour of the footer is not completely black

Solved

Social Media icons centered or place change and also colour of the footer is not completely black

Nick_Chatz
Tourist
11 0 0

Nick_Chatz_0-1703859507808.png

Social Media icons centered or place change and also colour of the footer is not completely black( payment methods)

Accepted Solutions (3)
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Nick_Chatz 

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 </body> on theme.liquid


<style>

     .list-social {
        justify-content: center !important;
    }
    .footer__content-bottom {
        background: #000 !important;
     }

</style>

techlyser_web_0-1703861647203.png

 

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hey @Nick_Chatz 

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 </body> on theme.liquid


<style>

      .footer__copyright.caption {
          color: #808080 !important;
      }

      .footer__content-bottom-wrapper {
        justify-content: center !important;
      }

</style>

techlyser_web_0-1703863204864.png

my solution worked then like and accept solution.
Thanks

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

techlyser_web_0-1703864141808.png

There is no privacy and policy

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 8 (8)

niraj_patel
Shopify Partner
2378 514 511

Hello @Nick_Chatz 
can you please share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Nick_Chatz
Tourist
11 0 0
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Nick_Chatz 

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 </body> on theme.liquid


<style>

     .list-social {
        justify-content: center !important;
    }
    .footer__content-bottom {
        background: #000 !important;
     }

</style>

techlyser_web_0-1703861647203.png

 

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Nick_Chatz
Tourist
11 0 0

thanks a lot that worked one more thing, what about the links under the payment methods they are grey and not easy to see as also the Hell-Tote official store

 

Nick_Chatz
Tourist
11 0 0

and also centered if it is possible

 

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hey @Nick_Chatz 

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 </body> on theme.liquid


<style>

      .footer__copyright.caption {
          color: #808080 !important;
      }

      .footer__content-bottom-wrapper {
        justify-content: center !important;
      }

</style>

techlyser_web_0-1703863204864.png

my solution worked then like and accept solution.
Thanks

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Nick_Chatz
Tourist
11 0 0

hey again, one more thing please, you are very helpfull thanks a lot, how can delete the refund and privacy and all things except the 2023 hell tote official store.

thanks again

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

techlyser_web_0-1703864141808.png

There is no privacy and policy

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com