Re: changing color and position to CJdropshipping design button (TASTE Theme)

Solved

changing color and position to CJdropshipping design button (TASTE Theme)

Idob
Shopify Partner
21 0 5

Hi how do I change the Position and Color of the cjdropshipping design button?

authenticpet.com - 3144

 

Screenshot (16).png

Accepted Solutions (2)

Moeed
Shopify Partner
5546 1503 1791

This is an accepted solution.

Hey @Idob 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#cj-design-btn2 {
    margin-left: 0 !important;
    background-color: black !important;
}
</style>

RESULT:

Moeed_0-1698767382688.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to online store > Customize > Settings  > Custom Css
and paste this code there

.cj-design-btn2{

border-radius: 10px !important;

max-width: 44rem !important;

margin:  10px auto 10px 0px;
color: #B6FFF9;
background-color: rgb(39, 57, 82);
}

Asad24_0-1698769396709.png

 

 

banned

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
5546 1503 1791

This is an accepted solution.

Hey @Idob 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#cj-design-btn2 {
    margin-left: 0 !important;
    background-color: black !important;
}
</style>

RESULT:

Moeed_0-1698767382688.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
8464 2020 2482

Hi @Idob 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

div#cj-design-btn2 {
    margin: 13px !important;
    background: red !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698767422635.png
  • Note; You can change the color you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to online store > Customize > Settings  > Custom Css
and paste this code there

.cj-design-btn2{

border-radius: 10px !important;

max-width: 44rem !important;

margin:  10px auto 10px 0px;
color: #B6FFF9;
background-color: rgb(39, 57, 82);
}

Asad24_0-1698769396709.png

 

 

banned